File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ lxml==5.3.0
20
20
pyquery == 2.0.1
21
21
readtime == 3.0.0
22
22
mkdocs == 1.6.1
23
- mkdocs-material == 9.5.47
23
+ mkdocs-material == 9.5.48
24
24
mkdocs-exclude-search == 0.6.6
25
25
mkdocs-simple-hooks == 0.1.5
26
26
mkdocs-material-extensions == 1.3.1
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ rich==13.9.4
64
64
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
65
65
66
66
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"
68
68
pytest-cov >= 5.0.0 ;python_version < "3.9"
69
69
pytest-cov >= 6.0.0 ;python_version >= "3.9"
70
70
flake8 == 5.0.4 ;python_version < "3.9"
Original file line number Diff line number Diff line change 193
193
'iniconfig==2.0.0' ,
194
194
'pluggy==1.5.0' ,
195
195
'pytest==8.3.4' ,
196
- "pytest-html==4.0.2" ,
196
+ "pytest-html==4.0.2" , # Newer ones had issues
197
197
'pytest-metadata==3.1.1' ,
198
198
"pytest-ordering==0.6" ,
199
199
'pytest-rerunfailures==14.0;python_version<"3.9"' ,
222
222
# Usage: coverage run -m pytest; coverage html; coverage report
223
223
"coverage" : [
224
224
'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"' ,
226
226
'pytest-cov>=5.0.0;python_version<"3.9"' ,
227
227
'pytest-cov>=6.0.0;python_version>="3.9"' ,
228
228
],
You can’t perform that action at this time.
0 commit comments