From c7ee2dc1e916dffb05c3db85e0cbeee844de2a87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:40:31 +0000 Subject: [PATCH] Update pyinstaller requirement from ~=6.16.0 to ~=6.17.0 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.16.0...v6.17.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-version: 6.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a863745..2294a71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ psutil~=7.0.0 pycryptodomex~=3.23.0 pyinstaller-hooks-contrib~=2025.8 pyinstaller_versionfile~=3.0.1 -pyinstaller~=6.16.0 +pyinstaller~=6.17.0 pypresence~=4.3.0 PyQt5~=5.15.11 pystray~=0.19.5