From 197f2b60eb68182c3e44b57dd9cbf6c3cf92d426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 07:12:55 +0000 Subject: [PATCH] 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-build.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-build.txt b/requirements-build.txt index d050cba..5f03ffd 100644 --- a/requirements-build.txt +++ b/requirements-build.txt @@ -2,7 +2,7 @@ # Kept apart from requirements.txt (runtime deps): these are needed to PRODUCE # the .mcpb payload, never to run the server. The future release.yml installs # this file before invoking PyInstaller. -pyinstaller==6.20.0 +pyinstaller==6.22.2 pyinstaller-hooks-contrib==2026.6 # tzdata: bundled into the binary so zoneinfo can resolve IANA zones (e.g. # Europe/Paris) on Windows, which has no system tz database. See the spec.