File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,9 @@ rich>=14.0.0,<15
77
77
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
78
78
79
79
coverage >= 7.6.1 ;python_version < "3.9"
80
- coverage >= 7.8.2 ;python_version >= "3.9"
80
+ coverage >= 7.9.0 ;python_version >= "3.9"
81
81
pytest-cov >= 5.0.0 ;python_version < "3.9"
82
- pytest-cov >= 6.1 .1 ;python_version >= "3.9"
82
+ pytest-cov >= 6.2 .1 ;python_version >= "3.9"
83
83
flake8 == 5.0.4 ;python_version < "3.9"
84
84
flake8 == 7.2.0 ;python_version >= "3.9"
85
85
mccabe == 0.7.0
Original file line number Diff line number Diff line change 233
233
# Usage: coverage run -m pytest; coverage html; coverage report
234
234
"coverage" : [
235
235
'coverage>=7.6.1;python_version<"3.9"' ,
236
- 'coverage>=7.8.2 ;python_version>="3.9"' ,
236
+ 'coverage>=7.9.0 ;python_version>="3.9"' ,
237
237
'pytest-cov>=5.0.0;python_version<"3.9"' ,
238
- 'pytest-cov>=6.1 .1;python_version>="3.9"' ,
238
+ 'pytest-cov>=6.2 .1;python_version>="3.9"' ,
239
239
],
240
240
# pip install -e .[flake8]
241
241
# Usage: flake8
You can’t perform that action at this time.
0 commit comments