|
174 | 174 | 'pytest==4.6.11;python_version<"3.5"',
|
175 | 175 | 'pytest==6.1.2;python_version>="3.5" and python_version<"3.6"',
|
176 | 176 | 'pytest==6.2.5;python_version>="3.6"',
|
177 |
| - "pytest-forked==1.3.0", |
178 | 177 | 'pytest-html==1.22.1;python_version<"3.6"',
|
179 | 178 | 'pytest-html==2.0.1;python_version>="3.6"', # Newer ones had issues
|
180 | 179 | 'pytest-metadata==1.8.0;python_version<"3.6"',
|
|
185 | 184 | 'pytest-rerunfailures==10.2;python_version>="3.6"',
|
186 | 185 | 'pytest-xdist==1.34.0;python_version<"3.5"',
|
187 | 186 | 'pytest-xdist==2.2.1;python_version>="3.5" and python_version<"3.6"',
|
188 |
| - 'pytest-xdist==2.4.0;python_version>="3.6"', |
| 187 | + 'pytest-xdist==2.5.0;python_version>="3.6"', |
189 | 188 | "parameterized==0.8.1",
|
190 | 189 | "sbvirtualdisplay==1.0.0",
|
191 | 190 | 'soupsieve==1.9.6;python_version<"3.5"',
|
|
201 | 200 | 'pygments==2.10.0;python_version>="3.5"',
|
202 | 201 | 'prompt-toolkit==1.0.18;python_version<"3.5"',
|
203 | 202 | 'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6.2"', # noqa: E501
|
204 |
| - 'prompt-toolkit==3.0.23;python_version>="3.6.2"', |
| 203 | + 'prompt-toolkit==3.0.24;python_version>="3.6.2"', |
205 | 204 | 'decorator==4.4.2;python_version<"3.5"',
|
206 | 205 | 'decorator==5.1.0;python_version>="3.5"',
|
207 | 206 | 'ipython==5.10.0;python_version<"3.5"',
|
|
0 commit comments