|
151 | 151 | 'pip>=25.1.1;python_version>="3.9"',
|
152 | 152 | 'packaging>=25.0',
|
153 | 153 | 'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
|
154 |
| - 'setuptools>=80.4.0;python_version>="3.10"', |
| 154 | + 'setuptools>=80.8.0;python_version>="3.10"', |
155 | 155 | 'wheel>=0.45.1',
|
156 | 156 | 'attrs>=25.3.0',
|
157 | 157 | "certifi>=2025.4.26",
|
|
200 | 200 | "sortedcontainers==2.4.0",
|
201 | 201 | 'execnet==2.1.1',
|
202 | 202 | 'iniconfig==2.1.0',
|
203 |
| - 'pluggy==1.5.0', |
| 203 | + 'pluggy==1.5.0;python_version<"3.9"', |
| 204 | + 'pluggy==1.6.0;python_version>="3.9"', |
204 | 205 | 'pytest==8.3.5',
|
205 | 206 | "pytest-html==4.0.2", # Newer ones had issues
|
206 | 207 | 'pytest-metadata==3.1.1',
|
|
231 | 232 | # Usage: coverage run -m pytest; coverage html; coverage report
|
232 | 233 | "coverage": [
|
233 | 234 | 'coverage>=7.6.1;python_version<"3.9"',
|
234 |
| - 'coverage>=7.8.0;python_version>="3.9"', |
| 235 | + 'coverage>=7.8.1;python_version>="3.9"', |
235 | 236 | 'pytest-cov>=5.0.0;python_version<"3.9"',
|
236 | 237 | 'pytest-cov>=6.1.1;python_version>="3.9"',
|
237 | 238 | ],
|
|
264 | 265 | 'pdfminer.six==20250324;python_version<"3.9"',
|
265 | 266 | 'pdfminer.six==20250506;python_version>="3.9"',
|
266 | 267 | 'cryptography==39.0.2;python_version<"3.9"',
|
267 |
| - 'cryptography==44.0.3;python_version>="3.9"', |
| 268 | + 'cryptography==45.0.2;python_version>="3.9"', |
268 | 269 | 'cffi==1.17.1',
|
269 | 270 | "pycparser==2.22",
|
270 | 271 | ],
|
|
0 commit comments