Skip to content

Commit 20d3439

Browse files
authored
Merge pull request #1003 from mathoudebine/dependabot/pip/requests-approx-eq-2.34.2
⬆️ Update requests requirement from ~=2.34.1 to ~=2.34.2
2 parents c01cb03 + 143f90b commit 20d3439

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pycryptodome~=3.23.0 # For TURZX USB models: decrypt/encrypt frames using DES
1515

1616
# HTTP library
1717
requests~=2.32.5; python_version < "3.10"
18-
requests~=2.34.1; python_version >= "3.10"
18+
requests~=2.34.2; python_version >= "3.10"
1919

2020
# Image generation
2121
Pillow~=11.3.0; python_version < "3.10" # For Python 3.9, only Pillow 11.x is supported

0 commit comments

Comments
 (0)