|
194 | 194 | 'websocket-client==1.8.0',
|
195 | 195 | 'selenium==4.27.1;python_version<"3.9"',
|
196 | 196 | 'selenium==4.32.0;python_version>="3.9" and python_version<"3.10"',
|
197 |
| - 'selenium==4.33.0;python_version>="3.10"', |
| 197 | + 'selenium==4.34.0;python_version>="3.10"', |
198 | 198 | 'cssselect==1.2.0;python_version<"3.9"',
|
199 | 199 | 'cssselect==1.3.0;python_version>="3.9"',
|
200 | 200 | "sortedcontainers==2.4.0",
|
|
234 | 234 | # Usage: coverage run -m pytest; coverage html; coverage report
|
235 | 235 | "coverage": [
|
236 | 236 | 'coverage>=7.6.1;python_version<"3.9"',
|
237 |
| - 'coverage>=7.9.1;python_version>="3.9"', |
| 237 | + 'coverage>=7.9.2;python_version>="3.9"', |
238 | 238 | 'pytest-cov>=5.0.0;python_version<"3.9"',
|
239 | 239 | 'pytest-cov>=6.2.1;python_version>="3.9"',
|
240 | 240 | ],
|
|
267 | 267 | 'pdfminer.six==20250324;python_version<"3.9"',
|
268 | 268 | 'pdfminer.six==20250506;python_version>="3.9"',
|
269 | 269 | 'cryptography==39.0.2;python_version<"3.9"',
|
270 |
| - 'cryptography==45.0.4;python_version>="3.9"', |
| 270 | + 'cryptography==45.0.5;python_version>="3.9"', |
271 | 271 | 'cffi==1.17.1',
|
272 | 272 | "pycparser==2.22",
|
273 | 273 | ],
|
|
0 commit comments