File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ rich>=14.2.0,<15
9090
9191coverage >= 7.6.1 ;python_version < "3.9"
9292coverage >= 7.10.7 ;python_version >= "3.9" and python_version<"3.10"
93- coverage >= 7.11.0 ;python_version >= "3.10"
93+ coverage >= 7.11.1 ;python_version >= "3.10"
9494pytest-cov >= 5.0.0 ;python_version < "3.9"
9595pytest-cov >= 7.0.0 ;python_version >= "3.9"
9696flake8 == 5.0.4 ;python_version < "3.9"
Original file line number Diff line number Diff line change 248248 "coverage" : [
249249 'coverage>=7.6.1;python_version<"3.9"' ,
250250 'coverage>=7.10.7;python_version>="3.9" and python_version<"3.10"' ,
251- 'coverage>=7.11.0 ;python_version>="3.10"' ,
251+ 'coverage>=7.11.1 ;python_version>="3.10"' ,
252252 'pytest-cov>=5.0.0;python_version<"3.9"' ,
253253 'pytest-cov>=7.0.0;python_version>="3.9"' ,
254254 ],
279279 # (An optional library for parsing PDF files.)
280280 "pdfminer" : [
281281 'pdfminer.six==20250324;python_version<"3.9"' ,
282- 'pdfminer.six==20250506 ;python_version>="3.9"' ,
282+ 'pdfminer.six==20251107 ;python_version>="3.9"' ,
283283 'cryptography==39.0.2;python_version<"3.9"' ,
284284 'cryptography==46.0.3;python_version>="3.9"' ,
285285 'cffi==1.17.1;python_version<"3.9"' ,
You can’t perform that action at this time.
0 commit comments