Skip to content

Commit 44b980c

Browse files
committed
Refresh Python dependencies
1 parent a2724df commit 44b980c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

mkdocs_build/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lxml==5.3.0
2020
pyquery==2.0.1
2121
readtime==3.0.0
2222
mkdocs==1.6.1
23-
mkdocs-material==9.5.47
23+
mkdocs-material==9.5.48
2424
mkdocs-exclude-search==0.6.6
2525
mkdocs-simple-hooks==0.1.5
2626
mkdocs-material-extensions==1.3.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ rich==13.9.4
6464
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
6565

6666
coverage>=7.6.1;python_version<"3.9"
67-
coverage>=7.6.8;python_version>="3.9"
67+
coverage>=7.6.9;python_version>="3.9"
6868
pytest-cov>=5.0.0;python_version<"3.9"
6969
pytest-cov>=6.0.0;python_version>="3.9"
7070
flake8==5.0.4;python_version<"3.9"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
'iniconfig==2.0.0',
194194
'pluggy==1.5.0',
195195
'pytest==8.3.4',
196-
"pytest-html==4.0.2",
196+
"pytest-html==4.0.2", # Newer ones had issues
197197
'pytest-metadata==3.1.1',
198198
"pytest-ordering==0.6",
199199
'pytest-rerunfailures==14.0;python_version<"3.9"',
@@ -222,7 +222,7 @@
222222
# Usage: coverage run -m pytest; coverage html; coverage report
223223
"coverage": [
224224
'coverage>=7.6.1;python_version<"3.9"',
225-
'coverage>=7.6.8;python_version>="3.9"',
225+
'coverage>=7.6.9;python_version>="3.9"',
226226
'pytest-cov>=5.0.0;python_version<"3.9"',
227227
'pytest-cov>=6.0.0;python_version>="3.9"',
228228
],

0 commit comments

Comments
 (0)