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