From f6440226a0bac1b98e597e71b1df288009d7981b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 21:31:04 +0000 Subject: [PATCH] Bump pillow from 10.0.0 to 12.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.0 to 12.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.0.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 85f85bd..c08c626 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ "open_clip_torch==2.20.0", "opencv-contrib-python==4.8.0.76", "pandas==2.0.3", - "pillow==10.0.0", + "pillow==12.3.0", "pydantic==2.2.1", "pygame==2.1.3", "pyopengl==3.1.7",