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 @@ -139,7 +139,7 @@ pdfminer.six==20220319;python_version>="3.7"
139
139
140
140
coverage == 5.5 ;python_version < "3.6"
141
141
coverage == 6.2 ;python_version >= "3.6" and python_version<"3.7"
142
- coverage == 6.4 ;python_version >= "3.7"
142
+ coverage == 6.4.1 ;python_version >= "3.7"
143
143
pytest-cov == 2.12.1 ;python_version < "3.6"
144
144
pytest-cov == 3.0.0 ;python_version >= "3.6"
145
145
flake8 == 3.7.9 ;python_version < "3.5"
Original file line number Diff line number Diff line change 265
265
"coverage" : [
266
266
'coverage==5.5;python_version<"3.6"' ,
267
267
'coverage==6.2;python_version>="3.6" and python_version<"3.7"' ,
268
- 'coverage==6.4;python_version>="3.7"' ,
268
+ 'coverage==6.4.1 ;python_version>="3.7"' ,
269
269
'pytest-cov==2.12.1;python_version<"3.6"' ,
270
270
'pytest-cov==3.0.0;python_version>="3.6"' ,
271
271
],
You can’t perform that action at this time.
0 commit comments