From 34bee607e5e6854cbea70b0b66d3f9cdc2d8eedc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:23:03 +0000 Subject: [PATCH] build(deps): bump the general group with 2 updates Bumps the general group with 2 updates: [pyinstaller](https://github.com/pyinstaller/pyinstaller) and [pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib). Updates `pyinstaller` from 6.9.0 to 6.10.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.9.0...v6.10.0) Updates `pyinstaller-hooks-contrib` from 2024.7 to 2024.8 - [Release notes](https://github.com/pyinstaller/pyinstaller-hooks-contrib/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyinstaller/pyinstaller-hooks-contrib/compare/2024.7...v2024.8) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production update-type: version-update:semver-minor dependency-group: general - dependency-name: pyinstaller-hooks-contrib dependency-type: direct:production update-type: version-update:semver-minor dependency-group: general ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a20df66..8eb3cc2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -58,8 +58,8 @@ pure-eval==0.2.3 pyasn1==0.6.0 pycparser==2.22 Pygments==2.18.0 -pyinstaller==6.9.0 -pyinstaller-hooks-contrib==2024.7 +pyinstaller==6.10.0 +pyinstaller-hooks-contrib==2024.8 PyNaCl==1.5.0 pyparsing==3.1.2 pypiwin32==223