Skip to content

Commit 1bd12ba

Browse files
committed
Refresh a Python dependency
1 parent 54d0ab4 commit 1bd12ba

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ chardet==5.2.0
3535
charset-normalizer>=3.4.3,<4
3636
urllib3>=1.26.20,<2;python_version<"3.10"
3737
urllib3>=1.26.20,<2.6.0;python_version>="3.10"
38-
requests>=2.32.5,<2.33
38+
requests==2.32.4;python_version<"3.9"
39+
requests>=2.32.5,<2.33;python_version>="3.9"
3940
sniffio==1.3.1
4041
h11==0.16.0
4142
outcome==1.3.0.post0

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@
183183
'charset-normalizer>=3.4.3,<4',
184184
'urllib3>=1.26.20,<2;python_version<"3.10"',
185185
'urllib3>=1.26.20,<2.6.0;python_version>="3.10"',
186-
'requests>=2.32.5,<2.33',
186+
'requests==2.32.4;python_version<"3.9"',
187+
'requests>=2.32.5,<2.33;python_version>="3.9"',
187188
'sniffio==1.3.1',
188189
'h11==0.16.0',
189190
'outcome==1.3.0.post0',

0 commit comments

Comments
 (0)