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"
139139
140140coverage == 5.5 ;python_version < "3.6"
141141coverage == 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"
143143pytest-cov == 2.12.1 ;python_version < "3.6"
144144pytest-cov == 3.0.0 ;python_version >= "3.6"
145145flake8 == 3.7.9 ;python_version < "3.5"
Original file line number Diff line number Diff line change 265265 "coverage" : [
266266 'coverage==5.5;python_version<"3.6"' ,
267267 '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"' ,
269269 'pytest-cov==2.12.1;python_version<"3.6"' ,
270270 'pytest-cov==3.0.0;python_version>="3.6"' ,
271271 ],
You can’t perform that action at this time.
0 commit comments