From 7a2a2ddddce8c6b9893ed385e72f99c02cb279b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 07:12:50 +0000 Subject: [PATCH] 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-build.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-build.txt b/requirements-build.txt index d050cba..6f06480 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.21.0 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.