From 5c7660a3be8833910fd7727619d168a16821c110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 09:28:29 +0200 Subject: [PATCH] Bump pyinstaller from 6.9.0 to 6.10.0 (#246) Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.9.0 to 6.10.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/v6.9.0...v6.10.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production update-type: version-update:semver-minor ... 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 599fa511..c1670b39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ PyQt6>=6.4.2 ibridges -pyinstaller==6.9.0 +pyinstaller==6.10.0 setproctitle==1.3.3