File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ idna==2.10;python_version<"3.6"
27
27
idna == 3.3 ;python_version >= "3.6"
28
28
chardet == 3.0.4 ;python_version < "3.5"
29
29
chardet == 4.0.0 ;python_version >= "3.5"
30
- charset-normalizer == 2.0.9 ;python_version >= "3.5"
30
+ charset-normalizer == 2.0.10 ;python_version >= "3.5"
31
31
urllib3 == 1.26.7
32
- requests == 2.26 .0 ;python_version < "3.5"
32
+ requests == 2.27 .0 ;python_version < "3.5"
33
33
requests == 2.25.1 ;python_version >= "3.5" and python_version<"3.6"
34
- requests == 2.26 .0 ;python_version >= "3.6"
34
+ requests == 2.27 .0 ;python_version >= "3.6"
35
35
nose == 1.3.7
36
36
sniffio == 1.2.0 ;python_version >= "3.7"
37
37
trio == 0.19.0 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 147
147
'idna==3.3;python_version>="3.6"' , # Must stay in sync with "requests"
148
148
'chardet==3.0.4;python_version<"3.5"' , # Stay in sync with "requests"
149
149
'chardet==4.0.0;python_version>="3.5"' , # Stay in sync with "requests"
150
- 'charset-normalizer==2.0.9 ;python_version>="3.5"' , # Sync "requests"
150
+ 'charset-normalizer==2.0.10 ;python_version>="3.5"' , # Sync "requests"
151
151
"urllib3==1.26.7" , # Must stay in sync with "requests"
152
- 'requests==2.26 .0;python_version<"3.5"' ,
152
+ 'requests==2.27 .0;python_version<"3.5"' ,
153
153
'requests==2.25.1;python_version>="3.5" and python_version<"3.6"' ,
154
- 'requests==2.26 .0;python_version>="3.6"' ,
154
+ 'requests==2.27 .0;python_version>="3.6"' ,
155
155
"nose==1.3.7" ,
156
156
'sniffio==1.2.0;python_version>="3.7"' ,
157
157
'trio==0.19.0;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments