From 0e416854e97213ed04786fc2e9df8124cb9b3a96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 09:22:36 -0600 Subject: [PATCH] chore(deps): update pyinstaller requirement from ==5.13.* to ==6.11.* (#487) 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/v5.13.0...v6.11.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-installer.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-installer.txt b/requirements-installer.txt index 8569e0b2..62a63d2a 100644 --- a/requirements-installer.txt +++ b/requirements-installer.txt @@ -1 +1 @@ -pyinstaller == 5.13.* \ No newline at end of file +pyinstaller == 6.11.* \ No newline at end of file