Skip to content

Commit 1b2686c

Browse files
authored
Merge pull request #637 from mathoudebine/dependabot/pip/pillow-approx-eq-11.1.0
2 parents d935791 + f6d2272 commit 1b2686c

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)