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"
3434charset-normalizer == 2.0.12 ;python_version < "3.7"
3535charset-normalizer == 3.1.0 ;python_version >= "3.7"
3636urllib3 == 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"
3839requests == 2.27.1 ;python_version < "3.7"
3940requests == 2.31.0 ;python_version >= "3.7"
4041requests-toolbelt == 1.0.0
Original file line number Diff line number Diff line change 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' ,
You can’t perform that action at this time.
0 commit comments