From 0a1a73832d7a6f96f811f73747f7ccbd30aff33c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:56:04 +0000 Subject: [PATCH 1/3] Bump pyinstaller from 5.13 to 6.0.0 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [pyinstaller](https://github.com/pyinstaller/pyinstaller). Updates `pyinstaller` from 5.13 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.0...v6.0.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-version: 6.0.0 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 65394984..d03236c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ test = [ "types-setuptools" ] localize = ["doit", "ftfy"] -package = ["doit", "pyinstaller==5.13"] +package = ["doit", "pyinstaller==6.0.0"] versioning = [ "doit", "pyinstaller_versionfile", From 4dd0745dbaabde574dd8f3dcf8b4f7496901ebe0 Mon Sep 17 00:00:00 2001 From: Jac Date: Mon, 27 Apr 2026 15:58:44 -0700 Subject: [PATCH 2/3] Update pyinstaller version constraint in pyproject.toml We don't want to make a whole version jump if not required --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d03236c2..8d553e1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ test = [ "types-setuptools" ] localize = ["doit", "ftfy"] -package = ["doit", "pyinstaller==6.0.0"] +package = ["doit", "pyinstaller>5.13.0,<6.0.0"] versioning = [ "doit", "pyinstaller_versionfile", From 73fe63297ad9740dc3cf4aada4efa7f8b6665f42 Mon Sep 17 00:00:00 2001 From: Jac Date: Mon, 27 Apr 2026 15:59:34 -0700 Subject: [PATCH 3/3] Update pyinstaller version to 5.13.1 even more minimal change --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8d553e1b..4f3f3fcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ test = [ "types-setuptools" ] localize = ["doit", "ftfy"] -package = ["doit", "pyinstaller>5.13.0,<6.0.0"] +package = ["doit", "pyinstaller==5.13.1"] versioning = [ "doit", "pyinstaller_versionfile",