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.5.1;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 == 6.4.2 ;python_version >= "3.7"
125
+ coverage == 6.4.4 ;python_version >= "3.7"
126
126
pytest-cov == 2.12.1 ;python_version < "3.6"
127
127
pytest-cov == 3.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 248
248
"coverage" : [
249
249
'coverage==5.5;python_version<"3.6"' ,
250
250
'coverage==6.2;python_version>="3.6" and python_version<"3.7"' ,
251
- 'coverage==6.4.2 ;python_version>="3.7"' ,
251
+ 'coverage==6.4.4 ;python_version>="3.7"' ,
252
252
'pytest-cov==2.12.1;python_version<"3.6"' ,
253
253
'pytest-cov==3.0.0;python_version>="3.6"' ,
254
254
],
You can’t perform that action at this time.
0 commit comments