|
159 | 159 | "certifi>=2024.8.30", |
160 | 160 | "exceptiongroup>=1.2.2", |
161 | 161 | 'filelock>=3.12.2;python_version<"3.8"', |
162 | | - 'filelock>=3.15.4;python_version>="3.8"', |
| 162 | + 'filelock>=3.16.0;python_version>="3.8"', |
163 | 163 | 'platformdirs>=4.0.0;python_version<"3.8"', |
164 | | - 'platformdirs>=4.2.2;python_version>="3.8"', |
| 164 | + 'platformdirs>=4.3.2;python_version>="3.8"', |
165 | 165 | 'typing-extensions>=4.12.2;python_version>="3.8"', |
166 | 166 | 'parse>=1.20.2', |
167 | 167 | 'parse-type>=0.6.3', |
|
195 | 195 | 'pluggy==1.5.0;python_version>="3.8"', |
196 | 196 | "py==1.11.0", # Needed by pytest-html |
197 | 197 | 'pytest==7.4.4;python_version<"3.8"', |
198 | | - 'pytest==8.3.2;python_version>="3.8"', |
| 198 | + 'pytest==8.3.3;python_version>="3.8"', |
199 | 199 | "pytest-html==2.0.1", # Newer ones had issues |
200 | 200 | 'pytest-metadata==3.0.0;python_version<"3.8"', |
201 | 201 | 'pytest-metadata==3.1.1;python_version>="3.8"', |
|
221 | 221 | 'markdown-it-py==2.2.0;python_version<"3.8"', |
222 | 222 | 'markdown-it-py==3.0.0;python_version>="3.8"', |
223 | 223 | 'mdurl==0.1.2', |
224 | | - 'rich==13.8.0', |
| 224 | + 'rich==13.8.1', |
225 | 225 | ], |
226 | 226 | extras_require={ |
227 | 227 | # pip install -e .[allure] |
|
310 | 310 | 'hyperframe==6.0.1', |
311 | 311 | 'kaitaistruct==0.10', |
312 | 312 | 'pyasn1==0.5.1;python_version<"3.8"', |
313 | | - 'pyasn1==0.6.0;python_version>="3.8"', |
| 313 | + 'pyasn1==0.6.1;python_version>="3.8"', |
314 | 314 | 'zstandard==0.23.0', |
315 | 315 | ], |
316 | 316 | }, |
|
0 commit comments