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 @@ -28,7 +28,7 @@ idna==2.10;python_version<"3.6"
28
28
idna == 3.3 ;python_version >= "3.6"
29
29
chardet == 3.0.4 ;python_version < "3.5"
30
30
chardet == 4.0.0 ;python_version >= "3.5"
31
- charset-normalizer == 2.0.11 ;python_version >= "3.5"
31
+ charset-normalizer == 2.0.12 ;python_version >= "3.5"
32
32
urllib3 == 1.26.8
33
33
requests == 2.27.1 ;python_version < "3.5"
34
34
requests == 2.25.1 ;python_version >= "3.5" and python_version<"3.6"
Original file line number Diff line number Diff line change 153
153
'idna==3.3;python_version>="3.6"' , # Must stay in sync with "requests"
154
154
'chardet==3.0.4;python_version<"3.5"' , # Stay in sync with "requests"
155
155
'chardet==4.0.0;python_version>="3.5"' , # Stay in sync with "requests"
156
- 'charset-normalizer==2.0.11 ;python_version>="3.5"' , # Sync "requests"
156
+ 'charset-normalizer==2.0.12 ;python_version>="3.5"' , # Sync "requests"
157
157
"urllib3==1.26.8" , # Must stay in sync with "requests"
158
158
'requests==2.27.1;python_version<"3.5"' ,
159
159
'requests==2.25.1;python_version>="3.5" and python_version<"3.6"' ,
You can’t perform that action at this time.
0 commit comments