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 @@ -34,7 +34,8 @@ chardet==5.1.0;python_version>="3.7"
34
34
charset-normalizer == 2.0.12 ;python_version < "3.7"
35
35
charset-normalizer == 3.1.0 ;python_version >= "3.7"
36
36
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"
38
39
requests == 2.27.1 ;python_version < "3.7"
39
40
requests == 2.31.0 ;python_version >= "3.7"
40
41
requests-toolbelt == 1.0.0
Original file line number Diff line number Diff line change 160
160
'charset-normalizer==2.0.12;python_version<"3.7"' ,
161
161
'charset-normalizer==3.1.0;python_version>="3.7"' ,
162
162
'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"' ,
164
165
'requests==2.27.1;python_version<"3.7"' ,
165
166
'requests==2.31.0;python_version>="3.7"' ,
166
167
'requests-toolbelt==1.0.0' ,
You can’t perform that action at this time.
0 commit comments