From a6159dfda421463930b0929f48ce1ab4dffc1b0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 16:44:32 +0000 Subject: [PATCH] chore(deps): bump pyinstaller from 6.22.2 to 6.22.3 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.22.2 to 6.22.3. - [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.22.2...v6.22.3) --- updated-dependencies: - dependency-name: pyinstaller dependency-version: 6.22.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 062b22b..88f6e8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ PySide6==6.11.1 PyMuPDF==1.28.2 -pyinstaller==6.22.2 +pyinstaller==6.22.3 Pillow>=12.3.0