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
8080# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
8181
8282coverage >= 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"
8484pytest-cov >= 5.0.0 ;python_version < "3.9"
8585pytest-cov >= 7.0.0 ;python_version >= "3.9"
8686flake8 == 5.0.4 ;python_version < "3.9"
Original file line number Diff line number Diff line change 237237 # Usage: coverage run -m pytest; coverage html; coverage report
238238 "coverage" : [
239239 '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"' ,
241241 'pytest-cov>=5.0.0;python_version<"3.9"' ,
242242 'pytest-cov>=7.0.0;python_version>="3.9"' ,
243243 ],
You can’t perform that action at this time.
0 commit comments