Skip to content

Commit 4383a9f

Browse files
committed
Refresh the urllib3 Python dependency
1 parent ae8f477 commit 4383a9f

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
@@ -34,7 +34,8 @@ chardet==5.1.0;python_version>="3.7"
3434
charset-normalizer==2.0.12;python_version<"3.7"
3535
charset-normalizer==3.1.0;python_version>="3.7"
3636
urllib3==1.26.12;python_version<"3.7"
37-
urllib3>=1.26.16,<2.1.0;python_version>="3.7"
37+
urllib3>=1.26.16,<2;python_version>="3.7" and python_version<"3.10"
38+
urllib3>=1.26.16,<2.1.0;python_version>="3.10"
3839
requests==2.27.1;python_version<"3.7"
3940
requests==2.31.0;python_version>="3.7"
4041
requests-toolbelt==1.0.0

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@
160160
'charset-normalizer==2.0.12;python_version<"3.7"',
161161
'charset-normalizer==3.1.0;python_version>="3.7"',
162162
'urllib3==1.26.12;python_version<"3.7"',
163-
'urllib3>=1.26.16,<2.1.0;python_version>="3.7"',
163+
'urllib3>=1.26.16,<2;python_version>="3.7" and python_version<"3.10"', # noqa: E501
164+
'urllib3>=1.26.16,<2.1.0;python_version>="3.10"',
164165
'requests==2.27.1;python_version<"3.7"',
165166
'requests==2.31.0;python_version>="3.7"',
166167
'requests-toolbelt==1.0.0',

0 commit comments

Comments
 (0)