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
23
23
idna == 3.8
24
24
chardet == 5.2.0
25
25
charset-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"
28
28
requests == 2.31.0
29
29
pynose == 1.5.2
30
30
sniffio == 1.3.1
Original file line number Diff line number Diff line change 171
171
"idna==3.8" ,
172
172
'chardet==5.2.0' ,
173
173
'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"' ,
176
176
'requests==2.31.0' ,
177
177
"pynose==1.5.2" ,
178
178
'sniffio==1.3.1' ,
You can’t perform that action at this time.
0 commit comments