From a4baf39f50c3ee29e74097a215d63a5d32351f8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 21:06:11 +0000 Subject: [PATCH] :arrow_up: Update pillow requirement from ~=12.0.0 to ~=12.1.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.0.0...12.1.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.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 420f5bba..67397328 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ pyinstaller~=6.16.0 # bundles a Python application and all its dependencies i # Image generation Pillow~=11.3.0; python_version < "3.10" # For Python 3.9, only Pillow 11.x is supported -Pillow~=12.0.0; python_version >= "3.10" # For Python 3.10+, any Pillow 12.x is fine +Pillow~=12.1.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