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
30
30
chardet == 4.0.0 ;python_version < "3.7"
31
31
chardet == 5.1.0 ;python_version >= "3.7"
32
32
charset-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"
34
34
urllib3 == 1.26.12 ;python_version < "3.7"
35
35
urllib3 == 1.26.14 ;python_version >= "3.7"
36
36
requests == 2.27.1 ;python_version < "3.7"
Original file line number Diff line number Diff line change 154
154
'chardet==4.0.0;python_version<"3.7"' ,
155
155
'chardet==5.1.0;python_version>="3.7"' , # Stay in sync with "requests"
156
156
'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"
158
158
'urllib3==1.26.12;python_version<"3.7"' ,
159
159
'urllib3==1.26.14;python_version>="3.7"' ,
160
160
'requests==2.27.1;python_version<"3.7"' ,
You can’t perform that action at this time.
0 commit comments