From a4067ac81cc0638e78941f75673b7d56f6b6df2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 00:01:45 +0000 Subject: [PATCH] Bump pyinstaller from 5.10.1 to 5.11.0 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.10.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/v5.10.1...v5.11.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev_requirements/requirements-build_executable.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/requirements-build_executable.txt b/dev_requirements/requirements-build_executable.txt index 03c347ad..d53522c5 100644 --- a/dev_requirements/requirements-build_executable.txt +++ b/dev_requirements/requirements-build_executable.txt @@ -6,7 +6,7 @@ # altgraph==0.17.3 # via pyinstaller -pyinstaller==5.10.1 +pyinstaller==5.11.0 # via -r dev_requirements/requirements-build_executable.in pyinstaller-hooks-contrib==2023.1 # via pyinstaller