From 4ab9bc864f74d34983904daa1240dd9d9fa4191e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 19:43:52 +0000 Subject: [PATCH] Bump the python-deps group with 1 update (#37) Bumps the python-deps group with 1 update: [pyinstaller](https://github.com/pyinstaller/pyinstaller). Updates `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:production update-type: version-update:semver-minor dependency-group: python-deps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6fd87e6..693eae2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ listparser==0.19.0 lxml==5.1.0 python-dateutil==2.8.2 pyyaml==6.0.1 -pyinstaller==6.3.0 \ No newline at end of file +pyinstaller==6.4.0 \ No newline at end of file