From 745433d026aa9146047bff198c051d069993486f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 06:00:43 +0000 Subject: [PATCH] Bump pyinstaller from 4.3 to 5.8.0 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 4.3 to 5.8.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.3...v5.8.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c122365..97f115b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ # Build auditwheel>=4.0.0 cython==0.29.23 -pyinstaller==4.3 +pyinstaller==5.8.0 wheel>=0.36.2 # Format