From 16b61b2e54ef16624d27f6107910d155e8ed3ad9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 17:26:07 +0000 Subject: [PATCH] Bump pyinstaller from 6.10.0 to 6.14.0 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.10.0 to 6.14.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.10.0...v6.14.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-version: 6.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package/requirements-package.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/requirements-package.txt b/package/requirements-package.txt index 5837f631..76dd4d24 100644 --- a/package/requirements-package.txt +++ b/package/requirements-package.txt @@ -2,7 +2,7 @@ apscheduler==3.10.1 cryptography==44.0.2 importlib-metadata==8.5.0 importlib-resources==6.4.5 -pyinstaller==6.10.0 +pyinstaller==6.14.0 pyopenssl==25.0.0 pyobjc-core==10.3.1; platform_system == "Darwin"