From f419a07c13c29b27459c3a07e60ea67c40b21a2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 12:44:32 +0100 Subject: [PATCH] Bump pyinstaller from 6.11.0 to 6.11.1 (#283) Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.11.0 to 6.11.1. - [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.11.0...v6.11.1) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 72b2a693..d147d4fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ PyQt6>=6.4.2 ibridges -pyinstaller==6.11.0 +pyinstaller==6.11.1 setproctitle==1.3.3