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
7777# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
7878
7979coverage >= 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"
8181pytest-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"
8383flake8 == 5.0.4 ;python_version < "3.9"
8484flake8 == 7.2.0 ;python_version >= "3.9"
8585mccabe == 0.7.0
Original file line number Diff line number Diff line change 233233 # Usage: coverage run -m pytest; coverage html; coverage report
234234 "coverage" : [
235235 '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"' ,
237237 '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"' ,
239239 ],
240240 # pip install -e .[flake8]
241241 # Usage: flake8
You can’t perform that action at this time.
0 commit comments