Skip to content

Commit 30e8805

Browse files
⬆️ Update pillow requirement from ~=12.1.1 to ~=12.2.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](python-pillow/Pillow@12.1.1...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 03290ee commit 30e8805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pyinstaller~=6.19.0 # bundles a Python application and all its dependencies i
1414

1515
# Image generation
1616
Pillow~=11.3.0; python_version < "3.10" # For Python 3.9, only Pillow 11.x is supported
17-
Pillow~=12.1.1; python_version >= "3.10" # For Python 3.10+, any Pillow 12.x is fine
17+
Pillow~=12.2.0; python_version >= "3.10" # For Python 3.10+, any Pillow 12.x is fine
1818

1919
# Efficient image serialization
2020
numpy~=2.0.2; python_version < "3.10" # For Python 3.9, only numpy 2.0.x is supported

0 commit comments

Comments
 (0)