File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ six==1.16.0
2323idna == 3.8
2424chardet == 5.2.0
2525charset-normalizer == 3.3.2
26- urllib3 >= 1.26.19 ,< 2 ;python_version < "3.10"
27- urllib3 >= 1.26.19 ,< 2.3.0 ;python_version >= "3.10"
26+ urllib3 >= 1.26.20 ,< 2 ;python_version < "3.10"
27+ urllib3 >= 1.26.20 ,< 2.3.0 ;python_version >= "3.10"
2828requests == 2.31.0
2929pynose == 1.5.2
3030sniffio == 1.3.1
Original file line number Diff line number Diff line change 171171 "idna==3.8" ,
172172 'chardet==5.2.0' ,
173173 'charset-normalizer==3.3.2' ,
174- 'urllib3>=1.26.19 ,<2;python_version<"3.10"' ,
175- 'urllib3>=1.26.19 ,<2.3.0;python_version>="3.10"' ,
174+ 'urllib3>=1.26.20 ,<2;python_version<"3.10"' ,
175+ 'urllib3>=1.26.20 ,<2.3.0;python_version>="3.10"' ,
176176 'requests==2.31.0' ,
177177 "pynose==1.5.2" ,
178178 'sniffio==1.3.1' ,
You can’t perform that action at this time.
0 commit comments