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 @@ -121,7 +121,7 @@ rich==12.6.0;python_version>="3.6" and python_version<"4.0"
121
121
122
122
coverage == 5.5 ;python_version < "3.6"
123
123
coverage == 6.2 ;python_version >= "3.6" and python_version<"3.7"
124
- coverage == 6.5 .0 ;python_version >= "3.7"
124
+ coverage == 7.0 .0 ;python_version >= "3.7"
125
125
pytest-cov == 2.12.1 ;python_version < "3.6"
126
126
pytest-cov == 4.0.0 ;python_version >= "3.6"
127
127
flake8 == 3.7.9 ;python_version < "3.6"
Original file line number Diff line number Diff line change 249
249
"coverage" : [
250
250
'coverage==5.5;python_version<"3.6"' ,
251
251
'coverage==6.2;python_version>="3.6" and python_version<"3.7"' ,
252
- 'coverage==6.5 .0;python_version>="3.7"' ,
252
+ 'coverage==7.0 .0;python_version>="3.7"' ,
253
253
'pytest-cov==2.12.1;python_version<"3.6"' ,
254
254
'pytest-cov==4.0.0;python_version>="3.6"' ,
255
255
],
You can’t perform that action at this time.
0 commit comments