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