From 502efa486c28603b27e18f472fa84c731c41d399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 19:00:18 +0000 Subject: [PATCH] Bump pyinstaller from 4.5.1 to 5.10.0 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 4.5.1 to 5.10.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/v4.5.1...v5.10.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 50f2be8e..b34d03ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ # These optional dependencies are for building the # application as a part of a Github Action. ci = [ - 'pyinstaller==4.5.1', + 'pyinstaller==5.10.0', 'pywin32-ctypes>=0.2.0; platform_system == "win32"', 'pypiwin32>=223; platform_system == "win32"', 'pefile>=2022.5.30; platform_system == "win32"',