|
146 | 146 | ], |
147 | 147 | python_requires=">=3.9", |
148 | 148 | install_requires=[ |
149 | | - 'pip>=26.0', |
| 149 | + 'pip>=26.0.1', |
150 | 150 | 'packaging>=26.0', |
151 | 151 | 'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues |
152 | | - 'setuptools>=80.10.2;python_version>="3.10"', |
| 152 | + 'setuptools>=82.0.0;python_version>="3.10"', |
153 | 153 | 'wheel>=0.46.3', |
154 | 154 | 'attrs>=25.4.0', |
155 | 155 | 'certifi>=2026.1.4', |
|
168 | 168 | 'MarkupSafe>=3.0.3', |
169 | 169 | "Jinja2>=3.1.6", |
170 | 170 | "six>=1.17.0", |
171 | | - 'parse>=1.20.2', |
| 171 | + 'parse>=1.21.0', |
172 | 172 | 'parse-type>=0.6.6', |
173 | 173 | 'colorama>=0.4.6', |
174 | 174 | 'pyyaml>=6.0.3', |
|
235 | 235 | # Usage: coverage run -m pytest; coverage html; coverage report |
236 | 236 | "coverage": [ |
237 | 237 | 'coverage>=7.10.7;python_version<"3.10"', |
238 | | - 'coverage>=7.13.2;python_version>="3.10"', |
| 238 | + 'coverage>=7.13.4;python_version>="3.10"', |
239 | 239 | 'pytest-cov>=7.0.0', |
240 | 240 | ], |
241 | 241 | # pip install -e .[flake8] |
|
262 | 262 | "pdfminer": [ |
263 | 263 | 'pdfminer.six==20251107;python_version<"3.10"', |
264 | 264 | 'pdfminer.six==20260107;python_version>="3.10"', |
265 | | - 'cryptography==46.0.4', |
| 265 | + 'cryptography==46.0.5', |
266 | 266 | 'cffi==2.0.0', |
267 | 267 | 'pycparser==2.23;python_version<"3.10"', |
268 | 268 | 'pycparser==3.0;python_version>="3.10"', |
|
271 | 271 | # (An optional library for image-processing.) |
272 | 272 | "pillow": [ |
273 | 273 | 'Pillow>=11.3.0;python_version<"3.10"', |
274 | | - 'Pillow>=12.1.0;python_version>="3.10"', |
| 274 | + 'Pillow>=12.1.1;python_version>="3.10"', |
275 | 275 | ], |
276 | 276 | # pip install -e .[pip-system-certs] |
277 | 277 | # (If you see [SSL: CERTIFICATE_VERIFY_FAILED], then get this.) |
|
0 commit comments