|
174 | 174 | 'websockets~=15.0.1;python_version<"3.10"', |
175 | 175 | 'websockets>=16.0;python_version>="3.10"', |
176 | 176 | 'filelock~=3.19.1;python_version<"3.10"', |
177 | | - 'filelock>=3.29.4;python_version>="3.10"', |
| 177 | + 'filelock>=3.29.5;python_version>="3.10"', |
178 | 178 | 'fasteners>=0.20', |
179 | 179 | 'mycdp>=1.4.0', |
180 | 180 | 'pynose>=1.5.5', |
181 | 181 | 'platformdirs~=4.4.0;python_version<"3.10"', |
182 | 182 | 'platformdirs>=4.10.0;python_version>="3.10"', |
183 | | - 'typing-extensions>=4.15.0', |
| 183 | + 'typing-extensions>=4.16.0', |
184 | 184 | 'sbvirtualdisplay>=1.4.0', |
185 | 185 | 'MarkupSafe>=3.0.3', |
186 | 186 | 'Jinja2>=3.1.6', |
|
225 | 225 | 'pytest-metadata==3.1.1', |
226 | 226 | 'pytest-ordering==0.6', |
227 | 227 | 'pytest-rerunfailures==16.0.1;python_version<"3.10"', |
228 | | - 'pytest-rerunfailures==16.3;python_version>="3.10"', |
| 228 | + 'pytest-rerunfailures==16.3;python_version=="3.10"', |
| 229 | + 'pytest-rerunfailures==16.4;python_version>="3.11"', |
229 | 230 | 'pytest-xdist==3.8.0', |
230 | 231 | 'parameterized==0.9.0', |
231 | 232 | 'behave==1.2.6', # Newer ones had issues |
|
252 | 253 | # Usage: coverage run -m pytest; coverage html; coverage report |
253 | 254 | "coverage": [ |
254 | 255 | 'coverage>=7.10.7;python_version<"3.10"', |
255 | | - 'coverage>=7.14.3;python_version>="3.10"', |
| 256 | + 'coverage>=7.15.0;python_version>="3.10"', |
256 | 257 | 'pytest-cov>=7.1.0', |
257 | 258 | ], |
258 | 259 | # pip install -e .[flake8] |
|
282 | 283 | # (An optional library for image-processing.) |
283 | 284 | "pillow": [ |
284 | 285 | 'Pillow>=11.3.0;python_version<"3.10"', |
285 | | - 'Pillow>=12.2.0;python_version>="3.10"', |
| 286 | + 'Pillow>=12.3.0;python_version>="3.10"', |
286 | 287 | ], |
287 | 288 | # pip install -e .[pip-system-certs] |
288 | 289 | # (If you see [SSL: CERTIFICATE_VERIFY_FAILED], then get this.) |
|
0 commit comments