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 @@ -98,7 +98,7 @@ rich==13.2.0;python_version>="3.7"
9898# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
9999
100100coverage == 6.2 ;python_version < "3.7"
101- coverage == 7.0.5 ;python_version >= "3.7"
101+ coverage == 7.1.0 ;python_version >= "3.7"
102102pytest-cov == 4.0.0
103103flake8 == 5.0.4 ;python_version < "3.9"
104104flake8 == 6.0.0 ;python_version >= "3.9"
Original file line number Diff line number Diff line change 223223 # Usage: coverage run -m pytest; coverage html; coverage report
224224 "coverage" : [
225225 'coverage==6.2;python_version<"3.7"' ,
226- 'coverage==7.0.5 ;python_version>="3.7"' ,
226+ 'coverage==7.1.0 ;python_version>="3.7"' ,
227227 "pytest-cov==4.0.0" ,
228228 ],
229229 # pip install -e .[flake8]
You can’t perform that action at this time.
0 commit comments