From 6a0953b463eb996452fa5fb0f4a039f6782ef537 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 21:03:28 +0000 Subject: [PATCH] :arrow_up: Update pillow requirement from ~=12.2.0 to ~=12.3.0 Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [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/12.2.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4ec6abb8..072fdc6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ requests~=2.34.2; python_version >= "3.10" # Image generation Pillow~=11.3.0; python_version < "3.10" # For Python 3.9, only Pillow 11.x is supported -Pillow~=12.2.0; python_version >= "3.10" # For Python 3.10+, any Pillow 12.x is fine +Pillow~=12.3.0; python_version >= "3.10" # For Python 3.10+, any Pillow 12.x is fine # Efficient image serialization numpy~=2.0.2; python_version < "3.10" # For Python 3.9, only numpy 2.0.x is supported