From 2b6ab1d33a4e106b1a6d16acb223053927f07900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 03:15:03 +0000 Subject: [PATCH 1/2] Bump pillow from 10.4.0 to 11.0.0 Bumps [pillow](https://github.com/python-pillow/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) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d2fdbe2..fe7e70e 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ 'pyotp==2.9.0', 'qrcode==8.0', 'pyzbar==0.1.9', - 'pillow==10.4.0', + 'pillow==11.0.0', ], cmdclass=versioneer.get_cmdclass(), entry_points={ From 6181bb2d5c5b9403648b72ae04aaca6d3d36d243 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 16 Oct 2024 06:16:42 +0200 Subject: [PATCH 2/2] Update environment.yml --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 230e73d..f2b5ab8 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -7,4 +7,4 @@ dependencies: - pyotp=2.9.0 - pyzbar=0.1.9 - zbar=0.10 -- pillow=10.4.0 +- pillow=11.0.0