File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
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 >= 2025.9.18
4+ regex >= 2025.10.23
55pymdown-extensions >= 10.16.1
66pipdeptree >= 2.29.0
77python-dateutil >= 2.8.2
Original file line number Diff line number Diff line change @@ -57,7 +57,8 @@ cssselect==1.2.0;python_version<"3.9"
5757cssselect == 1.3.0 ;python_version >= "3.9"
5858sortedcontainers == 2.4.0
5959execnet == 2.1.1
60- iniconfig == 2.1.0
60+ iniconfig == 2.1.0 ;python_version < "3.10"
61+ iniconfig == 2.3.0 ;python_version >= "3.10"
6162pluggy == 1.5.0 ;python_version < "3.9"
6263pluggy == 1.6.0 ;python_version >= "3.9"
6364pytest == 8.3.5 ;python_version < "3.9"
Original file line number Diff line number Diff line change 204204 'cssselect==1.3.0;python_version>="3.9"' ,
205205 "sortedcontainers==2.4.0" ,
206206 'execnet==2.1.1' ,
207- 'iniconfig==2.1.0' ,
207+ 'iniconfig==2.1.0;python_version<"3.10"' ,
208+ 'iniconfig==2.3.0;python_version>="3.10"' ,
208209 'pluggy==1.5.0;python_version<"3.9"' ,
209210 'pluggy==1.6.0;python_version>="3.9"' ,
210211 'pytest==8.3.5;python_version<"3.9"' ,
You can’t perform that action at this time.
0 commit comments