From d5ff40e19b4acf83a5e4aa79194918d6800a2b8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 22:10:11 +0000 Subject: [PATCH] Bump pyinstaller from 5.13.1 to 6.0.0 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.13.1 to 6.0.0. - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v5.13.1...v6.0.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-version: 6.0.0 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 9fb5528..a2b3b12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ altgraph==0.17 -pyinstaller==5.13.1 +pyinstaller==6.0.0 pyinstaller-hooks-contrib==2020.10 pyswip==0.2.10