We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d935791 commit f6d2272Copy full SHA for f6d2272
requirements.txt
@@ -13,7 +13,7 @@ ping3~=4.0.8 # ICMP ping implementation using raw socket
13
14
# Image generation
15
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
+Pillow~=11.1.0; python_version >= "3.9" # For Python >=3.9
17
18
# Efficient image serialization
19
numpy~=1.24.4; python_version < "3.9" # For Python 3.8 max.
0 commit comments