|
147 | 147 | python_requires=">=3.7", |
148 | 148 | install_requires=[ |
149 | 149 | 'pip>=24.0', |
150 | | - 'packaging>=23.2', |
| 150 | + 'packaging>=24.0', |
151 | 151 | 'setuptools>=68.0.0;python_version<"3.8"', |
152 | | - 'setuptools>=69.1.1;python_version>="3.8"', |
153 | | - 'wheel>=0.42.0', |
| 152 | + 'setuptools>=69.2.0;python_version>="3.8"', |
| 153 | + 'wheel>=0.42.0;python_version<"3.8"', |
| 154 | + 'wheel>=0.43.0;python_version>="3.8"', |
154 | 155 | 'attrs>=23.2.0', |
155 | 156 | "certifi>=2024.2.2", |
156 | 157 | 'filelock>=3.12.2;python_version<"3.8"', |
|
192 | 193 | 'pytest-metadata==3.0.0;python_version<"3.8"', |
193 | 194 | 'pytest-metadata==3.1.1;python_version>="3.8"', |
194 | 195 | "pytest-ordering==0.6", |
195 | | - 'pytest-rerunfailures==13.0', |
| 196 | + 'pytest-rerunfailures==13.0;python_version<"3.8"', |
| 197 | + 'pytest-rerunfailures==14.0;python_version>="3.8"', |
196 | 198 | 'pytest-xdist==3.5.0', |
197 | 199 | 'parameterized==0.9.0', |
198 | 200 | "sbvirtualdisplay==1.3.0", |
|
217 | 219 | # Usage: pytest --alluredir=allure_results |
218 | 220 | # Serve: allure serve allure_results |
219 | 221 | "allure": [ |
220 | | - 'allure-pytest==2.13.2', |
221 | | - 'allure-python-commons==2.13.2', |
222 | | - 'allure-behave==2.13.2', |
| 222 | + 'allure-pytest==2.13.3', |
| 223 | + 'allure-python-commons==2.13.3', |
| 224 | + 'allure-behave==2.13.3', |
223 | 225 | ], |
224 | 226 | # pip install -e .[coverage] |
225 | 227 | # Usage: coverage run -m pytest; coverage html; coverage report |
|
0 commit comments