|
146 | 146 | ], |
147 | 147 | python_requires=">=3.9", |
148 | 148 | install_requires=[ |
149 | | - 'pip>=25.3', |
| 149 | + 'pip>=26.0', |
150 | 150 | 'packaging>=26.0', |
151 | 151 | 'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues |
152 | 152 | 'setuptools>=80.10.2;python_version>="3.10"', |
|
193 | 193 | 'websocket-client~=1.9.0', |
194 | 194 | 'selenium==4.32.0;python_version<"3.10"', |
195 | 195 | 'selenium==4.40.0;python_version>="3.10"', |
196 | | - 'cssselect==1.3.0', |
| 196 | + 'cssselect==1.3.0;python_version<"3.10"', |
| 197 | + 'cssselect>=1.4.0,<2;python_version>="3.10"', |
197 | 198 | 'nest-asyncio==1.6.0', |
198 | 199 | 'sortedcontainers==2.4.0', |
199 | 200 | 'execnet==2.1.1;python_version<"3.10"', |
|
219 | 220 | 'markdown-it-py==3.0.0;python_version<"3.10"', |
220 | 221 | 'markdown-it-py==4.0.0;python_version>="3.10"', |
221 | 222 | 'mdurl==0.1.2', |
222 | | - 'rich>=14.3.1,<15', |
| 223 | + 'rich>=14.3.2,<15', |
223 | 224 | ], |
224 | 225 | extras_require={ |
225 | 226 | # pip install -e .[allure] |
|
261 | 262 | "pdfminer": [ |
262 | 263 | 'pdfminer.six==20251107;python_version<"3.10"', |
263 | 264 | 'pdfminer.six==20260107;python_version>="3.10"', |
264 | | - 'cryptography==46.0.3', |
| 265 | + 'cryptography==46.0.4', |
265 | 266 | 'cffi==2.0.0', |
266 | 267 | 'pycparser==2.23;python_version<"3.10"', |
267 | 268 | 'pycparser==3.0;python_version>="3.10"', |
|
287 | 288 | # pip install -e .[playwright] |
288 | 289 | # (For the Playwright integration.) |
289 | 290 | "playwright": [ |
290 | | - "playwright>=1.56.0", |
| 291 | + "playwright>=1.58.0", |
291 | 292 | ], |
292 | 293 | # pip install -e .[psutil] |
293 | 294 | "psutil": [ |
294 | | - "psutil>=7.1.3", |
| 295 | + "psutil>=7.2.2", |
295 | 296 | ], |
296 | 297 | # pip install -e .[pyautogui] |
297 | 298 | # (Already a required dependency on Linux now.) |
|
0 commit comments