|
147 | 147 | python_requires=">=3.9", |
148 | 148 | install_requires=[ |
149 | 149 | 'pip>=25.3', |
150 | | - 'packaging>=25.0', |
| 150 | + 'packaging>=26.0', |
151 | 151 | 'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues |
152 | | - 'setuptools>=80.9.0;python_version>="3.10"', |
153 | | - 'wheel>=0.45.1', |
| 152 | + 'setuptools>=80.10.2;python_version>="3.10"', |
| 153 | + 'wheel>=0.46.3', |
154 | 154 | 'attrs>=25.4.0', |
155 | 155 | 'certifi>=2026.1.4', |
156 | 156 | 'exceptiongroup>=1.3.1', |
|
211 | 211 | 'pytest-xdist==3.8.0', |
212 | 212 | 'parameterized==0.9.0', |
213 | 213 | 'behave==1.2.6', # Newer ones had issues |
214 | | - 'soupsieve~=2.8.2', |
| 214 | + 'soupsieve~=2.8.3', |
215 | 215 | 'beautifulsoup4~=4.14.3', |
216 | 216 | 'pyotp==2.9.0', |
217 | 217 | 'python-xlib==0.33;platform_system=="Linux"', |
218 | 218 | 'PyAutoGUI>=0.9.54;platform_system=="Linux"', |
219 | 219 | 'markdown-it-py==3.0.0;python_version<"3.10"', |
220 | 220 | 'markdown-it-py==4.0.0;python_version>="3.10"', |
221 | 221 | 'mdurl==0.1.2', |
222 | | - 'rich>=14.2.0,<15', |
| 222 | + 'rich>=14.3.1,<15', |
223 | 223 | ], |
224 | 224 | extras_require={ |
225 | 225 | # pip install -e .[allure] |
|
234 | 234 | # Usage: coverage run -m pytest; coverage html; coverage report |
235 | 235 | "coverage": [ |
236 | 236 | 'coverage>=7.10.7;python_version<"3.10"', |
237 | | - 'coverage>=7.13.1;python_version>="3.10"', |
| 237 | + 'coverage>=7.13.2;python_version>="3.10"', |
238 | 238 | 'pytest-cov>=7.0.0', |
239 | 239 | ], |
240 | 240 | # pip install -e .[flake8] |
|
263 | 263 | 'pdfminer.six==20260107;python_version>="3.10"', |
264 | 264 | 'cryptography==46.0.3', |
265 | 265 | 'cffi==2.0.0', |
266 | | - 'pycparser==2.23', |
| 266 | + 'pycparser==2.23;python_version<"3.10"', |
| 267 | + 'pycparser==3.0;python_version>="3.10"', |
267 | 268 | ], |
268 | 269 | # pip install -e .[pillow] |
269 | 270 | # (An optional library for image-processing.) |
|
0 commit comments