|
219 | 219 | # Usage: pytest --alluredir=allure_results |
220 | 220 | # Serve: allure serve allure_results |
221 | 221 | "allure": [ |
222 | | - 'allure-pytest==2.13.4', |
223 | | - 'allure-python-commons==2.13.4', |
224 | | - 'allure-behave==2.13.4', |
| 222 | + 'allure-pytest>=2.13.5', |
| 223 | + 'allure-python-commons>=2.13.5', |
| 224 | + 'allure-behave>=2.13.5', |
225 | 225 | ], |
226 | 226 | # pip install -e .[coverage] |
227 | 227 | # Usage: coverage run -m pytest; coverage html; coverage report |
228 | 228 | "coverage": [ |
229 | 229 | 'coverage==7.2.7;python_version<"3.8"', |
230 | | - 'coverage==7.4.4;python_version>="3.8"', |
| 230 | + 'coverage>=7.4.4;python_version>="3.8"', |
231 | 231 | 'pytest-cov==4.1.0;python_version<"3.8"', |
232 | | - 'pytest-cov==5.0.0;python_version>="3.8"', |
| 232 | + 'pytest-cov>=5.0.0;python_version>="3.8"', |
233 | 233 | ], |
234 | 234 | # pip install -e .[flake8] |
235 | 235 | # Usage: flake8 |
|
263 | 263 | # (An optional library for image-processing.) |
264 | 264 | "pillow": [ |
265 | 265 | 'Pillow==9.5.0;python_version<"3.8"', |
266 | | - 'Pillow==10.2.0;python_version>="3.8"', |
| 266 | + 'Pillow>=10.3.0;python_version>="3.8"', |
267 | 267 | ], |
268 | 268 | # pip install -e .[pip-system-certs] |
269 | 269 | # (If you see [SSL: CERTIFICATE_VERIFY_FAILED], then get this.) |
|
0 commit comments