From 0de4151e96f836c6d7c5c4f669a2e9ddabbd6b74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 19:22:34 +0000 Subject: [PATCH 1/2] Bump pillow from 10.3.0 to 10.4.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.3.0 to 10.4.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.3.0...10.4.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 367e5b9..95540e0 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ 'pyotp==2.9.0', 'qrcode==7.4.2', 'pyzbar==0.1.9', - 'pillow==10.3.0', + 'pillow==10.4.0', ], cmdclass=versioneer.get_cmdclass(), entry_points={ From 330616d0f5f3ec69135b5965bccd2852121515ca Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 27 Aug 2024 21:26:27 +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 feb53e5..107acf2 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.3.0 +- pillow=10.4.0