From 68812028b66f90d1dc84731aeaff4ec870cb77d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 04:48:30 +0000 Subject: [PATCH] Bump pyinstaller-hooks-contrib from 2025.9 to 2025.10 Bumps [pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib) from 2025.9 to 2025.10. - [Release notes](https://github.com/pyinstaller/pyinstaller-hooks-contrib/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyinstaller/pyinstaller-hooks-contrib/compare/v2025.9...v2025.10) --- updated-dependencies: - dependency-name: pyinstaller-hooks-contrib dependency-version: '2025.10' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0a78dd9..cc54422 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ psutil==7.1.3 # via xboxbackupmanager (pyproject.toml) pyinstaller==6.16.0 # via xboxbackupmanager (pyproject.toml) -pyinstaller-hooks-contrib==2025.9 +pyinstaller-hooks-contrib==2025.10 # via pyinstaller pyqt6==6.10.0 # via xboxbackupmanager (pyproject.toml)