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"
3333chardet == 5.0.0 ;python_version >= "3.7"
3434charset-normalizer == 2.0.12 ;python_version >= "3.6" and python_version<"3.7"
3535charset-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"
3738requests == 2.27.1 ;python_version < "3.6"
3839requests == 2.27.1 ;python_version >= "3.6" and python_version<"3.7"
3940requests == 2.28.1 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 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' ,
You can’t perform that action at this time.
0 commit comments