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 @@ -128,7 +128,7 @@ pdfminer.six==20220524;python_version>="3.7"
128
128
129
129
coverage == 5.5 ;python_version < "3.6"
130
130
coverage == 6.2 ;python_version >= "3.6" and python_version<"3.7"
131
- coverage == 6.4.1 ;python_version >= "3.7"
131
+ coverage == 6.4.2 ;python_version >= "3.7"
132
132
pytest-cov == 2.12.1 ;python_version < "3.6"
133
133
pytest-cov == 3.0.0 ;python_version >= "3.6"
134
134
flake8 == 3.7.9 ;python_version < "3.6"
Original file line number Diff line number Diff line change 254
254
"coverage" : [
255
255
'coverage==5.5;python_version<"3.6"' ,
256
256
'coverage==6.2;python_version>="3.6" and python_version<"3.7"' ,
257
- 'coverage==6.4.1 ;python_version>="3.7"' ,
257
+ 'coverage==6.4.2 ;python_version>="3.7"' ,
258
258
'pytest-cov==2.12.1;python_version<"3.6"' ,
259
259
'pytest-cov==3.0.0;python_version>="3.6"' ,
260
260
],
You can’t perform that action at this time.
0 commit comments