From bd32590b1d5dab58a61d3927d7051fead3d9d3ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 22:55:50 +0000 Subject: [PATCH] build(deps): bump the general group with 3 updates Bumps the general group with 3 updates: [pillow](https://github.com/python-pillow/Pillow), [pyinstaller](https://github.com/pyinstaller/pyinstaller) and [pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib). Updates `pillow` from 10.4.0 to 11.0.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.4.0...11.0.0) 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) Updates `pyinstaller-hooks-contrib` from 2024.8 to 2024.9 - [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/v2024.8...v2024.9) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-major dependency-group: general - 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1e3b81e..f5f8cde 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,7 +49,7 @@ parso==0.8.4 pbr==6.1.0 pefile==2024.8.26 pickleshare==0.7.5 -pillow==10.4.0 +pillow==11.0.0 pip==24.2 platformdirs==4.3.6 prompt-toolkit==3.0.48 @@ -58,8 +58,8 @@ pure-eval==0.2.3 pyasn1==0.6.1 pycparser==2.22 Pygments==2.18.0 -pyinstaller==6.10.0 -pyinstaller-hooks-contrib==2024.8 +pyinstaller==6.11.0 +pyinstaller-hooks-contrib==2024.9 PyNaCl==1.5.0 pyparsing==3.2.0 pypiwin32==223