From 0e457370ee3cf249837ed31f1e5da395e2f904a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 16:43:58 +0000 Subject: [PATCH] chore(deps): bump pyinstaller from 6.20.0 to 6.22.2 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.20.0 to 6.22.2. - [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.20.0...v6.22.2) --- updated-dependencies: - dependency-name: pyinstaller dependency-version: 6.22.2 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 12d8ac9..c4019ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ PySide6==6.11.1 PyMuPDF==1.27.2.3 -pyinstaller==6.20.0 +pyinstaller==6.22.2 Pillow>=10.0.0