|
143 | 143 | 'certifi>=2022.9.24;python_version>="3.6"',
|
144 | 144 | 'filelock>=3.2.1;python_version<"3.6"',
|
145 | 145 | 'filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"',
|
146 |
| - 'filelock>=3.8.0;python_version>="3.7"', |
| 146 | + 'filelock>=3.8.2;python_version>="3.7"', |
147 | 147 | 'platformdirs>=2.0.2;python_version<"3.6"',
|
148 | 148 | 'platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"',
|
149 | 149 | 'platformdirs>=2.5.4;python_version>="3.7"',
|
|
204 | 204 | 'pytest-rerunfailures==10.3;python_version>="3.6"',
|
205 | 205 | 'pytest-xdist==1.34.0;python_version<"3.6"',
|
206 | 206 | 'pytest-xdist==2.5.0;python_version>="3.6" and python_version<"3.7"',
|
207 |
| - 'pytest-xdist==3.0.2;python_version>="3.7"', |
| 207 | + 'pytest-xdist==3.1.0;python_version>="3.7"', |
208 | 208 | "parameterized==0.8.1",
|
209 | 209 | "sbvirtualdisplay==1.1.1",
|
210 | 210 | "behave==1.2.6",
|
|
223 | 223 | 'pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"', # noqa: E501
|
224 | 224 | "pyrepl==0.9.0",
|
225 | 225 | "tabcompleter==1.0.0",
|
226 |
| - "pdbp==1.2.3", |
| 226 | + "pdbp==1.2.4", |
227 | 227 | 'colorama==0.4.6;python_version<"3.6"',
|
228 | 228 | 'colorama==0.4.5;python_version>="3.6" and python_version<"3.7"',
|
229 | 229 | 'colorama==0.4.6;python_version>="3.7"',
|
|
0 commit comments