From d2813ee68958d10902997c2018b5fb886a1de77d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 14:37:24 +0000 Subject: [PATCH] Bump pyinstaller from 5.1 to 5.11.0 Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.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.1...v5.11.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 259e088..bdb3266 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ listparser==0.19.0 lxml==4.9.0 python-dateutil==2.8.2 pyyaml==6.0 -pyinstaller==5.1 \ No newline at end of file +pyinstaller==5.11.0 \ No newline at end of file