From a97f21532e3870fcd47452e6124989ea0ab6b015 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 23:24:02 +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 0576227..062b22b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ PySide6==6.11.1 PyMuPDF==1.28.2 -pyinstaller==6.20.0 +pyinstaller==6.22.2 Pillow>=12.3.0