From 9219928a434be591d449a6d5a1e3f674dcfd5a74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:31:32 +0000 Subject: [PATCH] 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 53a0b84..b5bc88a 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ def read(file_name): 'numpy==1.26.4', 'tensorflow==2.11.1', 'tqdm==4.66.5', - 'Pillow==10.4.0', + 'Pillow==11.0.0', 'six==1.16.0' ] )