|
154 | 154 | 'setuptools~=70.2;python_version>="3.8" and python_version<"3.10"', |
155 | 155 | 'setuptools>=70.2.0;python_version>="3.10"', # 71.0.x has issues |
156 | 156 | 'wheel>=0.42.0;python_version<"3.8"', |
157 | | - 'wheel>=0.43.0;python_version>="3.8"', |
158 | | - 'attrs>=23.2.0', |
| 157 | + 'wheel>=0.44.0;python_version>="3.8"', |
| 158 | + 'attrs>=24.2.0', |
159 | 159 | "certifi>=2024.7.4", |
160 | 160 | "exceptiongroup>=1.2.2", |
161 | 161 | 'filelock>=3.12.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.2', |
168 | | - 'pyyaml>=6.0.1', |
| 168 | + 'pyyaml==6.0.1;python_version<"3.8"', |
| 169 | + 'pyyaml>=6.0.2;python_version>="3.8"', |
169 | 170 | "six==1.16.0", |
170 | 171 | "idna==3.7", |
171 | 172 | 'chardet==5.2.0', |
|
178 | 179 | 'h11==0.14.0', |
179 | 180 | 'outcome==1.3.0.post0', |
180 | 181 | 'trio==0.22.2;python_version<"3.8"', |
181 | | - 'trio==0.26.0;python_version>="3.8"', |
| 182 | + 'trio==0.26.1;python_version>="3.8"', |
182 | 183 | 'trio-websocket==0.11.1', |
183 | 184 | 'wsproto==1.2.0', |
184 | 185 | 'websocket-client==1.8.0;python_version>="3.8"', |
|
235 | 236 | # Usage: coverage run -m pytest; coverage html; coverage report |
236 | 237 | "coverage": [ |
237 | 238 | 'coverage==7.2.7;python_version<"3.8"', |
238 | | - 'coverage>=7.6.0;python_version>="3.8"', |
| 239 | + 'coverage>=7.6.1;python_version>="3.8"', |
239 | 240 | 'pytest-cov==4.1.0;python_version<"3.8"', |
240 | 241 | 'pytest-cov>=5.0.0;python_version>="3.8"', |
241 | 242 | ], |
242 | 243 | # pip install -e .[flake8] |
243 | 244 | # Usage: flake8 |
244 | 245 | "flake8": [ |
245 | 246 | 'flake8==5.0.4;python_version<"3.9"', |
246 | | - 'flake8==7.1.0;python_version>="3.9"', |
| 247 | + 'flake8==7.1.1;python_version>="3.9"', |
247 | 248 | "mccabe==0.7.0", |
248 | 249 | 'pyflakes==2.5.0;python_version<"3.9"', |
249 | 250 | 'pyflakes==3.2.0;python_version>="3.9"', |
250 | 251 | 'pycodestyle==2.9.1;python_version<"3.9"', |
251 | | - 'pycodestyle==2.12.0;python_version>="3.9"', |
| 252 | + 'pycodestyle==2.12.1;python_version>="3.9"', |
252 | 253 | ], |
253 | 254 | # pip install -e .[ipdb] |
254 | 255 | # (Not needed for debugging anymore. SeleniumBase now includes "pdbp".) |
|
264 | 265 | 'cryptography==39.0.2;python_version<"3.9"', |
265 | 266 | 'cryptography==43.0.0;python_version>="3.9"', |
266 | 267 | 'cffi==1.15.1;python_version<"3.8"', |
267 | | - 'cffi==1.16.0;python_version>="3.8"', |
| 268 | + 'cffi==1.17.0;python_version>="3.8"', |
268 | 269 | "pycparser==2.22", |
269 | 270 | ], |
270 | 271 | # pip install -e .[pillow] |
|
0 commit comments