|
156 | 156 | "certifi>=2024.2.2", |
157 | 157 | "exceptiongroup>=1.2.1", |
158 | 158 | 'filelock>=3.12.2;python_version<"3.8"', |
159 | | - 'filelock>=3.13.4;python_version>="3.8"', |
| 159 | + 'filelock>=3.14.0;python_version>="3.8"', |
160 | 160 | 'platformdirs>=4.0.0;python_version<"3.8"', |
161 | 161 | 'platformdirs>=4.2.1;python_version>="3.8"', |
162 | 162 | 'typing-extensions>=4.11.0;python_version>="3.8"', |
|
190 | 190 | 'pluggy==1.5.0;python_version>="3.8"', |
191 | 191 | "py==1.11.0", |
192 | 192 | 'pytest==7.4.4;python_version<"3.8"', |
193 | | - 'pytest==8.1.1;python_version>="3.8"', |
| 193 | + 'pytest==8.2.0;python_version>="3.8"', |
194 | 194 | "pytest-html==2.0.1", # Newer ones had issues |
195 | 195 | 'pytest-metadata==3.0.0;python_version<"3.8"', |
196 | 196 | 'pytest-metadata==3.1.1;python_version>="3.8"', |
197 | 197 | "pytest-ordering==0.6", |
198 | 198 | 'pytest-rerunfailures==13.0;python_version<"3.8"', |
199 | 199 | 'pytest-rerunfailures==14.0;python_version>="3.8"', |
200 | | - 'pytest-xdist==3.5.0', |
| 200 | + 'pytest-xdist==3.5.0;python_version<"3.8"', |
| 201 | + 'pytest-xdist==3.6.1;python_version>="3.8"', |
201 | 202 | 'parameterized==0.9.0', |
202 | 203 | "sbvirtualdisplay==1.3.0", |
203 | 204 | "behave==1.2.6", |
|
0 commit comments