From 40e6b5b552c4e250b34c22f21a192d77c5cdbb7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 13:52:45 +0000 Subject: [PATCH] Bump pyinstaller from 6.22.1 to 6.22.2 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.22.1 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.22.1...v6.22.2) --- updated-dependencies: - dependency-name: pyinstaller dependency-version: 6.22.2 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 de592cb..66b6b18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -PyInstaller==6.22.1 +PyInstaller==6.22.2 pytest==9.1.1 pylint==4.0.7 codecov==2.1.13