From 26ed40ad698c95c471e85d3baafe6333d3734ef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 16:43:59 +0000 Subject: [PATCH] build(deps): bump pyinstaller from 6.20.0 to 6.21.0 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.20.0 to 6.21.0. - [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.21.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-version: 6.21.0 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..0551be2 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.21.0 Pillow>=10.0.0