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 c01cb03 + 143f90b commit 20d3439Copy full SHA for 20d3439
1 file changed
requirements.txt
@@ -15,7 +15,7 @@ pycryptodome~=3.23.0 # For TURZX USB models: decrypt/encrypt frames using DES
15
16
# HTTP library
17
requests~=2.32.5; python_version < "3.10"
18
-requests~=2.34.1; python_version >= "3.10"
+requests~=2.34.2; python_version >= "3.10"
19
20
# Image generation
21
Pillow~=11.3.0; python_version < "3.10" # For Python 3.9, only Pillow 11.x is supported
0 commit comments