From ba455563712f2c09fb85ad8b6aff472cc1ab6671 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 03:12:33 +0000 Subject: [PATCH] Bump pillow from 10.2.0 to 10.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 to 10.3.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.2.0...10.3.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 0930693..367e5b9 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.2.0', + 'pillow==10.3.0', ], cmdclass=versioneer.get_cmdclass(), entry_points={