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.
2 parents 1affbdb + 86846be commit ec562a0Copy full SHA for ec562a0
requirements.txt
@@ -11,7 +11,7 @@ uptime~=3.0.1 # For System Uptime
11
requests~=2.32.3 # HTTP library
12
ping3~=4.0.8 # ICMP ping implementation using raw socket
13
pyinstaller~=6.12.0 # bundles a Python application and all its dependencies into a single package
14
-Pillow~=11.1.0 # Image generation
+Pillow~=11.2.1 # Image generation
15
16
# Efficient image serialization
17
numpy~=2.0.2; python_version < "3.10" # For Python 3.9, only numpy 2.0.x is supported as 2.1 only supports Python >=3.10
0 commit comments