From f8b43a8b79cae4dbbee3be5d2b1c97f0dd616f1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 18:18:15 +0100 Subject: [PATCH] Bump pyinstaller from 6.6.0 to 6.7.0 in the python-deps group (#45) Bumps the python-deps group with 1 update: [pyinstaller](https://github.com/pyinstaller/pyinstaller). Updates `pyinstaller` from 6.6.0 to 6.7.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.6.0...v6.7.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 e02e9f2..36318f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ listparser==0.20 lxml==5.2.2 python-dateutil==2.9.0.post0 pyyaml==6.0.1 -pyinstaller==6.6.0 \ No newline at end of file +pyinstaller==6.7.0 \ No newline at end of file