File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
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.9 (for generating docs only)
33
4- regex >= 2024.11.6
5- pymdown-extensions >= 10.16
6- pipdeptree >= 2.27 .0
4+ regex >= 2025.7.34
5+ pymdown-extensions >= 10.16.1
6+ pipdeptree >= 2.28 .0
77python-dateutil >= 2.8.2
88Markdown == 3.8.2
9- click == 8.2.1
9+ click == 8.2.2
1010ghp-import == 2.1.0
1111watchdog == 6.0.0
1212cairocffi == 1.7.1
1313pathspec == 0.12.1
1414Babel == 2.17.0
1515paginate == 0.5.7
1616mkdocs == 1.6.1
17- mkdocs-material == 9.6.15
17+ mkdocs-material == 9.6.16
1818mkdocs-exclude-search == 0.6.6
1919mkdocs-simple-hooks == 0.1.5
2020mkdocs-material-extensions == 1.3.1
Original file line number Diff line number Diff line change 11pip >= 25.0.1 ;python_version < "3.9"
2- pip >= 25.1.1 ;python_version >= "3.9"
2+ pip >= 25.2 ;python_version >= "3.9"
33packaging >= 25.0
44setuptools ~= 70.2 ;python_version < "3.10"
55setuptools >= 80.9.0 ;python_version >= "3.10"
@@ -71,13 +71,13 @@ pyotp==2.9.0
7171python-xlib == 0.33 ;platform_system == "Linux"
7272markdown-it-py == 3.0.0
7373mdurl == 0.1.2
74- rich >= 14.0 .0 ,< 15
74+ rich >= 14.1 .0 ,< 15
7575
7676# --- Testing Requirements --- #
7777# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
7878
7979coverage >= 7.6.1 ;python_version < "3.9"
80- coverage >= 7.9.2 ;python_version >= "3.9"
80+ coverage >= 7.10.1 ;python_version >= "3.9"
8181pytest-cov >= 5.0.0 ;python_version < "3.9"
8282pytest-cov >= 6.2.1 ;python_version >= "3.9"
8383flake8 == 5.0.4 ;python_version < "3.9"
Original file line number Diff line number Diff line change 147147 python_requires = ">=3.8" ,
148148 install_requires = [
149149 'pip>=25.0.1;python_version<"3.9"' ,
150- 'pip>=25.1.1 ;python_version>="3.9"' ,
150+ 'pip>=25.2 ;python_version>="3.9"' ,
151151 'packaging>=25.0' ,
152152 'setuptools~=70.2;python_version<"3.10"' , # Newer ones had issues
153153 'setuptools>=80.9.0;python_version>="3.10"' ,
219219 'python-xlib==0.33;platform_system=="Linux"' ,
220220 'markdown-it-py==3.0.0' ,
221221 'mdurl==0.1.2' ,
222- 'rich>=14.0 .0,<15' ,
222+ 'rich>=14.1 .0,<15' ,
223223 ],
224224 extras_require = {
225225 # pip install -e .[allure]
234234 # Usage: coverage run -m pytest; coverage html; coverage report
235235 "coverage" : [
236236 'coverage>=7.6.1;python_version<"3.9"' ,
237- 'coverage>=7.9.2 ;python_version>="3.9"' ,
237+ 'coverage>=7.10.1 ;python_version>="3.9"' ,
238238 'pytest-cov>=5.0.0;python_version<"3.9"' ,
239239 'pytest-cov>=6.2.1;python_version>="3.9"' ,
240240 ],
You can’t perform that action at this time.
0 commit comments