Skip to content

Commit f6d2272

Browse files
⬆️ Update pillow requirement from ~=11.0.0 to ~=11.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](python-pillow/Pillow@11.0.0...11.1.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d935791 commit f6d2272

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
@@ -13,7 +13,7 @@ ping3~=4.0.8 # ICMP ping implementation using raw socket
1313

1414
# Image generation
1515
Pillow~=10.4.0; python_version < "3.9" # For Python 3.8 max.
16-
Pillow~=11.0.0; python_version >= "3.9" # For Python >=3.9
16+
Pillow~=11.1.0; python_version >= "3.9" # For Python >=3.9
1717

1818
# Efficient image serialization
1919
numpy~=1.24.4; python_version < "3.9" # For Python 3.8 max.

0 commit comments

Comments
 (0)