|
149 | 149 | 'pip>=24.0',
|
150 | 150 | 'packaging>=24.0',
|
151 | 151 | 'setuptools>=68.0.0;python_version<"3.8"',
|
152 |
| - 'setuptools>=69.5.1;python_version>="3.8"', |
| 152 | + 'setuptools>=70.0.0;python_version>="3.8"', |
153 | 153 | 'wheel>=0.42.0;python_version<"3.8"',
|
154 | 154 | 'wheel>=0.43.0;python_version>="3.8"',
|
155 | 155 | 'attrs>=23.2.0',
|
156 |
| - "certifi>=2024.2.2", |
| 156 | + "certifi>=2024.6.2", |
157 | 157 | "exceptiongroup>=1.2.1",
|
158 | 158 | 'filelock>=3.12.2;python_version<"3.8"',
|
159 | 159 | 'filelock>=3.14.0;python_version>="3.8"',
|
160 | 160 | 'platformdirs>=4.0.0;python_version<"3.8"',
|
161 | 161 | 'platformdirs>=4.2.2;python_version>="3.8"',
|
162 |
| - 'typing-extensions>=4.11.0;python_version>="3.8"', |
| 162 | + 'typing-extensions>=4.12.1;python_version>="3.8"', |
163 | 163 | 'parse>=1.20.1',
|
164 | 164 | 'parse-type>=0.6.2',
|
165 | 165 | 'pyyaml>=6.0.1',
|
|
188 | 188 | 'iniconfig==2.0.0',
|
189 | 189 | 'pluggy==1.2.0;python_version<"3.8"',
|
190 | 190 | 'pluggy==1.5.0;python_version>="3.8"',
|
191 |
| - "py==1.11.0", |
| 191 | + "py==1.11.0", # Needed by pytest-html |
192 | 192 | 'pytest==7.4.4;python_version<"3.8"',
|
193 |
| - 'pytest==8.2.0;python_version>="3.8"', |
| 193 | + 'pytest==8.2.1;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"',
|
|
230 | 230 | # Usage: coverage run -m pytest; coverage html; coverage report
|
231 | 231 | "coverage": [
|
232 | 232 | 'coverage==7.2.7;python_version<"3.8"',
|
233 |
| - 'coverage>=7.5.1;python_version>="3.8"', |
| 233 | + 'coverage>=7.5.3;python_version>="3.8"', |
234 | 234 | 'pytest-cov==4.1.0;python_version<"3.8"',
|
235 | 235 | 'pytest-cov>=5.0.0;python_version>="3.8"',
|
236 | 236 | ],
|
|
292 | 292 | "selenium-wire": [
|
293 | 293 | 'selenium-wire==5.1.0',
|
294 | 294 | 'Brotli==1.1.0',
|
295 |
| - 'blinker==1.7.0', |
| 295 | + 'blinker==1.7.0', # Newer ones had issues |
296 | 296 | 'h2==4.1.0',
|
297 | 297 | 'hpack==4.0.0',
|
298 | 298 | 'hyperframe==6.0.1',
|
|
0 commit comments