From 83141fd51d30ac19342610cb58ace389dedde891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 00:42:13 +0000 Subject: [PATCH] build(deps): bump pyinstaller from 3.6 to 5.13.1 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 3.6 to 5.13.1. - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES-3.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v3.6...v5.13.1) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9c25886ecc..2cb76c968a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ sphinx six wheel>=0.35 PyOpenGL -pyinstaller==3.6 +pyinstaller==5.13.1