|
193 | 193 | 'wsproto==1.2.0',
|
194 | 194 | 'websocket-client==1.8.0',
|
195 | 195 | 'selenium==4.27.1;python_version<"3.9"',
|
196 | | - 'selenium==4.30.0;python_version>="3.9"', |
| 196 | + 'selenium==4.31.0;python_version>="3.9"', |
197 | 197 | 'cssselect==1.2.0;python_version<"3.9"',
|
198 | 198 | 'cssselect==1.3.0;python_version>="3.9"',
|
199 | 199 | "sortedcontainers==2.4.0",
|
|
232 | 232 | 'coverage>=7.6.1;python_version<"3.9"',
|
233 | 233 | 'coverage>=7.8.0;python_version>="3.9"',
|
234 | 234 | 'pytest-cov>=5.0.0;python_version<"3.9"',
|
235 | | - 'pytest-cov>=6.1.0;python_version>="3.9"', |
| 235 | + 'pytest-cov>=6.1.1;python_version>="3.9"', |
236 | 236 | ],
|
237 | 237 | # pip install -e .[flake8]
|
238 | 238 | # Usage: flake8
|
|
0 commit comments