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 @@ -101,7 +101,7 @@ rich==13.3.1;python_version>="3.7"
101101# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
102102
103103coverage == 6.2 ;python_version < "3.7"
104- coverage == 7.1 .0 ;python_version >= "3.7"
104+ coverage == 7.2 .0 ;python_version >= "3.7"
105105pytest-cov == 4.0.0
106106flake8 == 5.0.4 ;python_version < "3.9"
107107flake8 == 6.0.0 ;python_version >= "3.9"
Original file line number Diff line number Diff line change 226226 # Usage: coverage run -m pytest; coverage html; coverage report
227227 "coverage" : [
228228 'coverage==6.2;python_version<"3.7"' ,
229- 'coverage==7.1 .0;python_version>="3.7"' ,
229+ 'coverage==7.2 .0;python_version>="3.7"' ,
230230 "pytest-cov==4.0.0" ,
231231 ],
232232 # pip install -e .[flake8]
You can’t perform that action at this time.
0 commit comments