File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ chardet==4.0.0;python_version>="3.6" and python_version<"3.7"
33
33
chardet == 5.0.0 ;python_version >= "3.7"
34
34
charset-normalizer == 2.0.12 ;python_version >= "3.6" and python_version<"3.7"
35
35
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"
37
38
requests == 2.27.1 ;python_version < "3.6"
38
39
requests == 2.27.1 ;python_version >= "3.6" and python_version<"3.7"
39
40
requests == 2.28.1 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 158
158
'chardet==5.0.0;python_version>="3.7"' , # Stay in sync with "requests"
159
159
'charset-normalizer==2.0.12;python_version>="3.6" and python_version<"3.7"' , # noqa: E501
160
160
'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"' ,
162
163
'requests==2.27.1;python_version<"3.7"' ,
163
164
'requests==2.28.1;python_version>="3.7"' ,
164
165
'requests-toolbelt==0.10.1' ,
You can’t perform that action at this time.
0 commit comments