From 0a075bbdc959809aed1b0d4c7ec002b0c5909a16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 04:44:00 +0000 Subject: [PATCH] Bump pyinstaller from 5.13.0 to 6.0.0 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.13.0 to 6.0.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.13.0...v6.0.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0a933a7..9faeef9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ listparser==0.19.0 lxml==4.9.2 python-dateutil==2.8.2 pyyaml==6.0 -pyinstaller==5.13.0 \ No newline at end of file +pyinstaller==6.0.0 \ No newline at end of file