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 @@ -131,7 +131,7 @@ pdfminer.six==20211012;python_version>="3.6"
131
131
132
132
coverage == 5.5 ;python_version < "3.6"
133
133
coverage == 6.2 ;python_version >= "3.6" and python_version<"3.7"
134
- coverage == 6.3 ;python_version >= "3.7"
134
+ coverage == 6.3.1 ;python_version >= "3.7"
135
135
pytest-cov == 2.12.1 ;python_version < "3.6"
136
136
pytest-cov == 3.0.0 ;python_version >= "3.6"
137
137
flake8 == 3.7.9 ;python_version < "3.5"
Original file line number Diff line number Diff line change 256
256
"coverage" : [
257
257
'coverage==5.5;python_version<"3.6"' ,
258
258
'coverage==6.2;python_version>="3.6" and python_version<"3.7"' ,
259
- 'coverage==6.3;python_version>="3.7"' ,
259
+ 'coverage==6.3.1 ;python_version>="3.7"' ,
260
260
'pytest-cov==2.12.1;python_version<"3.6"' ,
261
261
'pytest-cov==3.0.0;python_version>="3.6"' ,
262
262
],
You can’t perform that action at this time.
0 commit comments