From 18047c82e2799018b7894a468488ddb8e34916cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 00:28:35 +0200 Subject: [PATCH] Bump pyinstaller from 6.4.0 to 6.5.0 (#122) Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.4.0 to 6.5.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.4.0...v6.5.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- config/build-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/build-requirements.txt b/config/build-requirements.txt index ccc53a8d..8b6ddec4 100644 --- a/config/build-requirements.txt +++ b/config/build-requirements.txt @@ -1,2 +1,2 @@ -r ../requirements.txt -pyinstaller==6.4.0 +pyinstaller==6.5.0