From b138425856adb4b8b99de75e58d992d58b6223e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 09:31:13 +0000 Subject: [PATCH] build(deps): update pyinstaller requirement Updates the requirements on [pyinstaller](https://github.com/pyinstaller/pyinstaller) to permit the latest version. - [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/v6.8.0...v6.11.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/packaging.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/packaging.txt b/requirements/packaging.txt index 7e07b0e2..fd9ccb0f 100644 --- a/requirements/packaging.txt +++ b/requirements/packaging.txt @@ -1,6 +1,6 @@ # Packaging # --------- -pyinstaller>=6.8.0,<6.11 +pyinstaller>=6.8.0,<6.12 pyinstaller-hooks-contrib==2024.* pypiwin32==223 ; sys_platform == 'win32'