From e38e48f03c92b320fc3bf78c95019981c4e2922d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 23:37:21 +0000 Subject: [PATCH] Bump pyinstaller from 6.3.0 to 6.4.0 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.3.0 to 6.4.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.3.0...v6.4.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 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dev_requirements/requirements-build_executable.txt b/dev_requirements/requirements-build_executable.txt index 791f47dc..038dae55 100644 --- a/dev_requirements/requirements-build_executable.txt +++ b/dev_requirements/requirements-build_executable.txt @@ -7,10 +7,12 @@ altgraph==0.17.3 # via pyinstaller packaging==23.2 - # via pyinstaller -pyinstaller==6.3.0 + # via + # pyinstaller + # pyinstaller-hooks-contrib +pyinstaller==6.4.0 # via -r dev_requirements/requirements-build_executable.in -pyinstaller-hooks-contrib==2023.1 +pyinstaller-hooks-contrib==2024.1 # via pyinstaller # The following packages are considered to be unsafe in a requirements file: