Skip to content

Commit 4c45561

Browse files
committed
Refresh Python dependencies
1 parent b2d890e commit 4c45561

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

mkdocs_build/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# mkdocs dependencies for generating the seleniumbase.io website
22
# Minimum Python version: 3.9 (for generating docs only)
33

4-
regex>=2025.7.34
4+
regex>=2025.9.1
55
pymdown-extensions>=10.16.1
66
pipdeptree>=2.28.0
77
python-dateutil>=2.8.2

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ iniconfig==2.1.0
5656
pluggy==1.5.0;python_version<"3.9"
5757
pluggy==1.6.0;python_version>="3.9"
5858
pytest==8.3.5;python_version<"3.9"
59-
pytest==8.4.1;python_version>="3.9"
59+
pytest==8.4.2;python_version>="3.9"
6060
pytest-html==4.0.2
6161
pytest-metadata==3.1.1
6262
pytest-ordering==0.6
6363
pytest-rerunfailures==14.0;python_version<"3.9"
64-
pytest-rerunfailures==15.1;python_version>="3.9"
64+
pytest-rerunfailures==16.0.1;python_version>="3.9"
6565
pytest-xdist==3.6.1;python_version<"3.9"
6666
pytest-xdist==3.8.0;python_version>="3.9"
6767
parameterized==0.9.0
@@ -80,7 +80,7 @@ rich>=14.1.0,<15
8080
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
8181

8282
coverage>=7.6.1;python_version<"3.9"
83-
coverage>=7.10.5;python_version>="3.9"
83+
coverage>=7.10.6;python_version>="3.9"
8484
pytest-cov>=5.0.0;python_version<"3.9"
8585
pytest-cov>=6.2.1;python_version>="3.9"
8686
flake8==5.0.4;python_version<"3.9"

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,12 @@
204204
'pluggy==1.5.0;python_version<"3.9"',
205205
'pluggy==1.6.0;python_version>="3.9"',
206206
'pytest==8.3.5;python_version<"3.9"',
207-
'pytest==8.4.1;python_version>="3.9"',
207+
'pytest==8.4.2;python_version>="3.9"',
208208
"pytest-html==4.0.2", # Newer ones had issues
209209
'pytest-metadata==3.1.1',
210210
"pytest-ordering==0.6",
211211
'pytest-rerunfailures==14.0;python_version<"3.9"',
212-
'pytest-rerunfailures==15.1;python_version>="3.9"',
212+
'pytest-rerunfailures==16.0.1;python_version>="3.9"',
213213
'pytest-xdist==3.6.1;python_version<"3.9"',
214214
'pytest-xdist==3.8.0;python_version>="3.9"',
215215
'parameterized==0.9.0',
@@ -237,7 +237,7 @@
237237
# Usage: coverage run -m pytest; coverage html; coverage report
238238
"coverage": [
239239
'coverage>=7.6.1;python_version<"3.9"',
240-
'coverage>=7.10.5;python_version>="3.9"',
240+
'coverage>=7.10.6;python_version>="3.9"',
241241
'pytest-cov>=5.0.0;python_version<"3.9"',
242242
'pytest-cov>=6.2.1;python_version>="3.9"',
243243
],
@@ -270,7 +270,7 @@
270270
'pdfminer.six==20250324;python_version<"3.9"',
271271
'pdfminer.six==20250506;python_version>="3.9"',
272272
'cryptography==39.0.2;python_version<"3.9"',
273-
'cryptography==45.0.6;python_version>="3.9"',
273+
'cryptography==45.0.7;python_version>="3.9"',
274274
'cffi==1.17.1',
275275
"pycparser==2.22",
276276
],

0 commit comments

Comments
 (0)