File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ idna==3.4
3030chardet == 4.0.0 ;python_version < "3.7"
3131chardet == 5.1.0 ;python_version >= "3.7"
3232charset-normalizer == 2.0.12 ;python_version < "3.7"
33- charset-normalizer == 3.0.1 ;python_version >= "3.7"
33+ charset-normalizer == 3.1.0 ;python_version >= "3.7"
3434urllib3 == 1.26.12 ;python_version < "3.7"
3535urllib3 == 1.26.14 ;python_version >= "3.7"
3636requests == 2.27.1 ;python_version < "3.7"
Original file line number Diff line number Diff line change 154154 'chardet==4.0.0;python_version<"3.7"' ,
155155 'chardet==5.1.0;python_version>="3.7"' , # Stay in sync with "requests"
156156 'charset-normalizer==2.0.12;python_version<"3.7"' ,
157- 'charset-normalizer==3.0.1 ;python_version>="3.7"' , # Sync "requests"
157+ 'charset-normalizer==3.1.0 ;python_version>="3.7"' , # Sync "requests"
158158 'urllib3==1.26.12;python_version<"3.7"' ,
159159 'urllib3==1.26.14;python_version>="3.7"' ,
160160 'requests==2.27.1;python_version<"3.7"' ,
You can’t perform that action at this time.
0 commit comments