File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ rich>=14.1.0,<15
80
80
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
81
81
82
82
coverage >= 7.6.1 ;python_version < "3.9"
83
- coverage >= 7.10.6 ;python_version >= "3.9"
83
+ coverage >= 7.10.7 ;python_version >= "3.9"
84
84
pytest-cov >= 5.0.0 ;python_version < "3.9"
85
85
pytest-cov >= 7.0.0 ;python_version >= "3.9"
86
86
flake8 == 5.0.4 ;python_version < "3.9"
Original file line number Diff line number Diff line change 237
237
# Usage: coverage run -m pytest; coverage html; coverage report
238
238
"coverage" : [
239
239
'coverage>=7.6.1;python_version<"3.9"' ,
240
- 'coverage>=7.10.6 ;python_version>="3.9"' ,
240
+ 'coverage>=7.10.7 ;python_version>="3.9"' ,
241
241
'pytest-cov>=5.0.0;python_version<"3.9"' ,
242
242
'pytest-cov>=7.0.0;python_version>="3.9"' ,
243
243
],
You can’t perform that action at this time.
0 commit comments