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 @@ -15,7 +15,7 @@ mycdp>=1.1.1
1515pynose >= 1.5.4
1616platformdirs >= 4.3.6 ;python_version < "3.9"
1717platformdirs >= 4.3.7 ;python_version >= "3.9"
18- typing-extensions >= 4.13.1
18+ typing-extensions >= 4.13.2
1919sbvirtualdisplay >= 1.4.0
2020MarkupSafe == 2.1.5 ;python_version < "3.9"
2121MarkupSafe >= 3.0.2 ;python_version >= "3.9"
@@ -33,7 +33,7 @@ idna==3.10
3333chardet == 5.2.0
3434charset-normalizer == 3.4.1
3535urllib3 >= 1.26.20 ,< 2 ;python_version < "3.10"
36- urllib3 >= 1.26.20 ,< 2.4 .0 ;python_version >= "3.10"
36+ urllib3 >= 1.26.20 ,< 2.5 .0 ;python_version >= "3.10"
3737requests == 2.32.3
3838sniffio == 1.3.1
3939h11 == 0.14.0
Original file line number Diff line number Diff line change 164164 "pynose>=1.5.4" ,
165165 'platformdirs>=4.3.6;python_version<"3.9"' ,
166166 'platformdirs>=4.3.7;python_version>="3.9"' ,
167- 'typing-extensions>=4.13.1 ' ,
167+ 'typing-extensions>=4.13.2 ' ,
168168 "sbvirtualdisplay>=1.4.0" ,
169169 'MarkupSafe==2.1.5;python_version<"3.9"' ,
170170 'MarkupSafe>=3.0.2;python_version>="3.9"' ,
182182 'chardet==5.2.0' ,
183183 'charset-normalizer==3.4.1' ,
184184 'urllib3>=1.26.20,<2;python_version<"3.10"' ,
185- 'urllib3>=1.26.20,<2.4 .0;python_version>="3.10"' ,
185+ 'urllib3>=1.26.20,<2.5 .0;python_version>="3.10"' ,
186186 'requests==2.32.3' ,
187187 'sniffio==1.3.1' ,
188188 'h11==0.14.0' ,
You can’t perform that action at this time.
0 commit comments