Skip to content

Commit fd620cf

Browse files
committed
Refresh Python dependencies
1 parent c2d4f54 commit fd620cf

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

mkdocs_build/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
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
77
python-dateutil>=2.8.2
88
Markdown==3.8.2
9-
click==8.2.1
9+
click==8.2.2
1010
ghp-import==2.1.0
1111
watchdog==6.0.0
1212
cairocffi==1.7.1
1313
pathspec==0.12.1
1414
Babel==2.17.0
1515
paginate==0.5.7
1616
mkdocs==1.6.1
17-
mkdocs-material==9.6.15
17+
mkdocs-material==9.6.16
1818
mkdocs-exclude-search==0.6.6
1919
mkdocs-simple-hooks==0.1.5
2020
mkdocs-material-extensions==1.3.1

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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"
33
packaging>=25.0
44
setuptools~=70.2;python_version<"3.10"
55
setuptools>=80.9.0;python_version>="3.10"
@@ -71,13 +71,13 @@ pyotp==2.9.0
7171
python-xlib==0.33;platform_system=="Linux"
7272
markdown-it-py==3.0.0
7373
mdurl==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

7979
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"
8181
pytest-cov>=5.0.0;python_version<"3.9"
8282
pytest-cov>=6.2.1;python_version>="3.9"
8383
flake8==5.0.4;python_version<"3.9"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
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"',
@@ -219,7 +219,7 @@
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]
@@ -234,7 +234,7 @@
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
],

0 commit comments

Comments
 (0)