Skip to content

Commit 7d9074d

Browse files
committed
Refresh Python dependencies
1 parent ffa5b8f commit 7d9074d

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
@@ -33,7 +33,8 @@ chardet==4.0.0;python_version>="3.6" and python_version<"3.7"
3333
chardet==5.0.0;python_version>="3.7"
3434
charset-normalizer==2.0.12;python_version>="3.6" and python_version<"3.7"
3535
charset-normalizer==2.1.1;python_version>="3.7"
36-
urllib3==1.26.13
36+
urllib3==1.26.12;python_version<"3.7"
37+
urllib3==1.26.13;python_version>="3.7"
3738
requests==2.27.1;python_version<"3.6"
3839
requests==2.27.1;python_version>="3.6" and python_version<"3.7"
3940
requests==2.28.1;python_version>="3.7"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@
158158
'chardet==5.0.0;python_version>="3.7"', # Stay in sync with "requests"
159159
'charset-normalizer==2.0.12;python_version>="3.6" and python_version<"3.7"', # noqa: E501
160160
'charset-normalizer==2.1.1;python_version>="3.7"', # Sync "requests"
161-
'urllib3==1.26.13', # Stay in sync with "requests"
161+
'urllib3==1.26.12;python_version<"3.7"',
162+
'urllib3==1.26.13;python_version>="3.7"',
162163
'requests==2.27.1;python_version<"3.7"',
163164
'requests==2.28.1;python_version>="3.7"',
164165
'requests-toolbelt==0.10.1',

0 commit comments

Comments
 (0)