|
150 | 150 | 'pip>=25.0.1',
|
151 | 151 | 'packaging>=24.2',
|
152 | 152 | 'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
|
153 |
| - 'setuptools>=76.0.0;python_version>="3.10"', |
| 153 | + 'setuptools>=77.0.3;python_version>="3.10"', |
154 | 154 | 'wheel>=0.45.1',
|
155 |
| - 'attrs>=25.1.0', |
| 155 | + 'attrs>=25.3.0', |
156 | 156 | "certifi>=2025.1.31",
|
157 | 157 | "exceptiongroup>=1.2.2",
|
158 | 158 | 'websockets~=13.1;python_version<"3.9"',
|
159 | 159 | 'websockets>=15.0.1;python_version>="3.9"',
|
160 | 160 | 'filelock~=3.16.1;python_version<"3.9"',
|
161 |
| - 'filelock>=3.17.0;python_version>="3.9"', |
| 161 | + 'filelock>=3.18.0;python_version>="3.9"', |
162 | 162 | 'fasteners>=0.19',
|
163 | 163 | "mycdp>=1.1.1",
|
164 | 164 | "pynose>=1.5.4",
|
165 |
| - 'platformdirs>=4.3.6', |
| 165 | + 'platformdirs>=4.3.6;python_version<"3.9"', |
| 166 | + 'platformdirs>=4.3.7;python_version>="3.9"', |
166 | 167 | 'typing-extensions>=4.12.2',
|
167 | 168 | "sbvirtualdisplay>=1.4.0",
|
168 | 169 | 'MarkupSafe==2.1.5;python_version<"3.9"',
|
|
192 | 193 | 'wsproto==1.2.0',
|
193 | 194 | 'websocket-client==1.8.0',
|
194 | 195 | 'selenium==4.27.1;python_version<"3.9"',
|
195 |
| - 'selenium==4.29.0;python_version>="3.9"', |
| 196 | + 'selenium==4.30.0;python_version>="3.9"', |
196 | 197 | 'cssselect==1.2.0;python_version<"3.9"',
|
197 | 198 | 'cssselect==1.3.0;python_version>="3.9"',
|
198 | 199 | "sortedcontainers==2.4.0",
|
199 | 200 | 'execnet==2.1.1',
|
200 |
| - 'iniconfig==2.0.0', |
| 201 | + 'iniconfig==2.1.0', |
201 | 202 | 'pluggy==1.5.0',
|
202 | 203 | 'pytest==8.3.5',
|
203 | 204 | "pytest-html==4.0.2", # Newer ones had issues
|
|
229 | 230 | # Usage: coverage run -m pytest; coverage html; coverage report
|
230 | 231 | "coverage": [
|
231 | 232 | 'coverage>=7.6.1;python_version<"3.9"',
|
232 |
| - 'coverage>=7.6.12;python_version>="3.9"', |
| 233 | + 'coverage>=7.7.1;python_version>="3.9"', |
233 | 234 | 'pytest-cov>=5.0.0;python_version<"3.9"',
|
234 | 235 | 'pytest-cov>=6.0.0;python_version>="3.9"',
|
235 | 236 | ],
|
|
0 commit comments