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"
101
101
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
102
102
103
103
coverage == 6.2 ;python_version < "3.7"
104
- coverage == 7.1 .0 ;python_version >= "3.7"
104
+ coverage == 7.2 .0 ;python_version >= "3.7"
105
105
pytest-cov == 4.0.0
106
106
flake8 == 5.0.4 ;python_version < "3.9"
107
107
flake8 == 6.0.0 ;python_version >= "3.9"
Original file line number Diff line number Diff line change 226
226
# Usage: coverage run -m pytest; coverage html; coverage report
227
227
"coverage" : [
228
228
'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"' ,
230
230
"pytest-cov==4.0.0" ,
231
231
],
232
232
# pip install -e .[flake8]
You can’t perform that action at this time.
0 commit comments