From 32f25386e867af72dcfac82300b5f154eb267eac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 19:01:15 +0000 Subject: [PATCH] Bump pyinstaller from 4.5.1 to 5.11.0 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 4.5.1 to 5.11.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.11.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..0ab67da5 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.11.0', 'pywin32-ctypes>=0.2.0; platform_system == "win32"', 'pypiwin32>=223; platform_system == "win32"', 'pefile>=2022.5.30; platform_system == "win32"',