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 @@ -118,7 +118,7 @@ pdfminer.six==20211012;python_version>="3.6"
118
118
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
119
119
120
120
coverage == 5.5 ;python_version < "3.6"
121
- coverage == 6.1 ;python_version >= "3.6"
121
+ coverage == 6.1.1 ;python_version >= "3.6"
122
122
pytest-cov == 2.12.1 ;python_version < "3.6"
123
123
pytest-cov == 3.0.0 ;python_version >= "3.6"
124
124
flake8 == 3.7.9 ;python_version < "3.5"
Original file line number Diff line number Diff line change 234
234
# pip install -e .[coverage]
235
235
"coverage" : [
236
236
'coverage==5.5;python_version<"3.6"' ,
237
- 'coverage==6.1;python_version>="3.6"' ,
237
+ 'coverage==6.1.1 ;python_version>="3.6"' ,
238
238
'pytest-cov==2.12.1;python_version<"3.6"' ,
239
239
'pytest-cov==3.0.0;python_version>="3.6"' ,
240
240
],
You can’t perform that action at this time.
0 commit comments