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 1
1
# mkdocs dependencies for generating the seleniumbase.io website
2
2
# Minimum Python version: 3.9 (for generating docs only)
3
3
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
7
7
python-dateutil >= 2.8.2
8
8
Markdown == 3.8.2
9
- click == 8.2.1
9
+ click == 8.2.2
10
10
ghp-import == 2.1.0
11
11
watchdog == 6.0.0
12
12
cairocffi == 1.7.1
13
13
pathspec == 0.12.1
14
14
Babel == 2.17.0
15
15
paginate == 0.5.7
16
16
mkdocs == 1.6.1
17
- mkdocs-material == 9.6.15
17
+ mkdocs-material == 9.6.16
18
18
mkdocs-exclude-search == 0.6.6
19
19
mkdocs-simple-hooks == 0.1.5
20
20
mkdocs-material-extensions == 1.3.1
Original file line number Diff line number Diff line change 1
1
pip >= 25.0.1 ;python_version < "3.9"
2
- pip >= 25.1.1 ;python_version >= "3.9"
2
+ pip >= 25.2 ;python_version >= "3.9"
3
3
packaging >= 25.0
4
4
setuptools ~= 70.2 ;python_version < "3.10"
5
5
setuptools >= 80.9.0 ;python_version >= "3.10"
@@ -71,13 +71,13 @@ pyotp==2.9.0
71
71
python-xlib == 0.33 ;platform_system == "Linux"
72
72
markdown-it-py == 3.0.0
73
73
mdurl == 0.1.2
74
- rich >= 14.0 .0 ,< 15
74
+ rich >= 14.1 .0 ,< 15
75
75
76
76
# --- Testing Requirements --- #
77
77
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
78
78
79
79
coverage >= 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"
81
81
pytest-cov >= 5.0.0 ;python_version < "3.9"
82
82
pytest-cov >= 6.2.1 ;python_version >= "3.9"
83
83
flake8 == 5.0.4 ;python_version < "3.9"
Original file line number Diff line number Diff line change 147
147
python_requires = ">=3.8" ,
148
148
install_requires = [
149
149
'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"' ,
151
151
'packaging>=25.0' ,
152
152
'setuptools~=70.2;python_version<"3.10"' , # Newer ones had issues
153
153
'setuptools>=80.9.0;python_version>="3.10"' ,
219
219
'python-xlib==0.33;platform_system=="Linux"' ,
220
220
'markdown-it-py==3.0.0' ,
221
221
'mdurl==0.1.2' ,
222
- 'rich>=14.0 .0,<15' ,
222
+ 'rich>=14.1 .0,<15' ,
223
223
],
224
224
extras_require = {
225
225
# pip install -e .[allure]
234
234
# Usage: coverage run -m pytest; coverage html; coverage report
235
235
"coverage" : [
236
236
'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"' ,
238
238
'pytest-cov>=5.0.0;python_version<"3.9"' ,
239
239
'pytest-cov>=6.2.1;python_version>="3.9"' ,
240
240
],
You can’t perform that action at this time.
0 commit comments