File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# mkdocs dependencies for generating the seleniumbase.io website
22# Minimum Python version: 3.10 (for generating docs only)
33
4- regex >= 2026.2.28
5- pymdown-extensions >= 10.21
4+ regex >= 2026.3.32
5+ pymdown-extensions >= 10.21.2
66pipdeptree >= 2.34.0
77python-dateutil >= 2.8.2
88Markdown == 3.10.2
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ parse>=1.21.1
2424parse-type >= 0.6.6
2525colorama >= 0.4.6
2626pyyaml >= 6.0.3
27- pygments >= 2.19.2
27+ pygments >= 2.20.0
2828pyreadline3 >= 3.5.4 ;platform_system == "Windows"
2929tabcompleter >= 1.4.0
3030pdbp >= 1.8.2
@@ -33,7 +33,7 @@ charset-normalizer>=3.4.6,<4
3333urllib3 >= 1.26.20 ,< 2 ;python_version < "3.10"
3434urllib3 >= 1.26.20 ,< 3 ;python_version >= "3.10"
3535requests ~= 2.32.5 ;python_version < "3.10"
36- requests ~= 2.33.0 ;python_version >= "3.10"
36+ requests ~= 2.33.1 ;python_version >= "3.10"
3737sniffio == 1.3.1
3838h11 == 0.16.0
3939outcome == 1.3.0.post0
Original file line number Diff line number Diff line change 172172 'parse-type>=0.6.6' ,
173173 'colorama>=0.4.6' ,
174174 'pyyaml>=6.0.3' ,
175- 'pygments>=2.19.2 ' ,
175+ 'pygments>=2.20.0 ' ,
176176 'pyreadline3>=3.5.4;platform_system=="Windows"' ,
177177 'tabcompleter>=1.4.0' ,
178178 'pdbp>=1.8.2' ,
181181 'urllib3>=1.26.20,<2;python_version<"3.10"' ,
182182 'urllib3>=1.26.20,<3;python_version>="3.10"' ,
183183 'requests~=2.32.5;python_version<"3.10"' ,
184- 'requests~=2.33.0 ;python_version>="3.10"' ,
184+ 'requests~=2.33.1 ;python_version>="3.10"' ,
185185 'sniffio==1.3.1' ,
186186 'h11==0.16.0' ,
187187 'outcome==1.3.0.post0' ,
You can’t perform that action at this time.
0 commit comments