|
147 | 147 | python_requires=">=3.8",
|
148 | 148 | install_requires=[
|
149 | 149 | 'pip>=25.0.1;python_version<"3.9"',
|
150 | | - 'pip>=25.1.1;python_version>="3.9"', |
| 150 | + 'pip>=25.2;python_version>="3.9"', |
151 | 151 | 'packaging>=25.0',
|
152 | 152 | 'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
|
153 | 153 | 'setuptools>=80.9.0;python_version>="3.10"',
|
|
219 | 219 | 'python-xlib==0.33;platform_system=="Linux"',
|
220 | 220 | 'markdown-it-py==3.0.0',
|
221 | 221 | 'mdurl==0.1.2',
|
222 | | - 'rich>=14.0.0,<15', |
| 222 | + 'rich>=14.1.0,<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.6.1;python_version<"3.9"',
|
237 | | - 'coverage>=7.9.2;python_version>="3.9"', |
| 237 | + 'coverage>=7.10.1;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 | ],
|
|
0 commit comments