|
197 | 197 | 'py==1.11.0;python_version>="3.6"',
|
198 | 198 | 'pytest==4.6.11;python_version<"3.6"',
|
199 | 199 | 'pytest==7.0.1;python_version>="3.6" and python_version<"3.7"',
|
200 |
| - 'pytest==7.1.3;python_version>="3.7"', |
| 200 | + 'pytest==7.2.0;python_version>="3.7"', |
201 | 201 | 'pytest-forked==1.3.0;python_version<"3.6"',
|
202 | 202 | 'pytest-forked==1.4.0;python_version>="3.6"',
|
203 | 203 | 'pytest-html==1.22.1;python_version<"3.6"',
|
204 | 204 | 'pytest-html==2.0.1;python_version>="3.6"', # Newer ones had issues
|
205 | 205 | 'pytest-metadata==1.8.0;python_version<"3.6"',
|
206 | 206 | 'pytest-metadata==1.11.0;python_version>="3.6" and python_version<"3.7"', # noqa: E501
|
207 |
| - 'pytest-metadata==2.0.2;python_version>="3.7"', |
| 207 | + 'pytest-metadata==2.0.3;python_version>="3.7"', |
208 | 208 | "pytest-ordering==0.6",
|
209 | 209 | 'pytest-rerunfailures==8.0;python_version<"3.6"',
|
210 | 210 | 'pytest-rerunfailures==10.2;python_version>="3.6"',
|
211 | 211 | 'pytest-xdist==1.34.0;python_version<"3.6"',
|
212 |
| - 'pytest-xdist==2.5.0;python_version>="3.6"', |
| 212 | + 'pytest-xdist==2.5.0;python_version>="3.6" and python_version<"3.7"', |
| 213 | + 'pytest-xdist==3.0.2;python_version>="3.7"', |
213 | 214 | "parameterized==0.8.1",
|
214 | 215 | "sbvirtualdisplay==1.1.0",
|
215 | 216 | "behave==1.2.6",
|
|
0 commit comments