From a735baf6b11e0124607b9e5ac6bc6ed075cdc2d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:46:34 -0600 Subject: [PATCH] chore(deps): update pyinstaller requirement from ==5.13.* to ==6.11.* (#508) 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> Co-authored-by: Justin Sawatzky <132946620+justinsaws@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