From bb2a2ceb1fa889a5776ec92a37b62061b55721f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 08:21:06 +0200 Subject: [PATCH] Bump pyinstaller from 6.10.0 to 6.11.0 in the python-packages group (#51) Bumps the python-packages group with 1 update: [pyinstaller](https://github.com/pyinstaller/pyinstaller). Updates `pyinstaller` from 6.10.0 to 6.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/v6.10.0...v6.11.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... 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 358fbab..6990ff6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ wheel==0.44.0 requests==2.32.3 pytest-mock==3.14.0 PyJWT==2.9.0 -pyinstaller==6.10.0 \ No newline at end of file +pyinstaller==6.11.0 \ No newline at end of file