|
150 | 150 | 'pip>=24.3.1',
|
151 | 151 | 'packaging>=24.2',
|
152 | 152 | 'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
|
153 |
| - 'setuptools>=75.6.0;python_version>="3.10"', |
| 153 | + 'setuptools>=75.8.0;python_version>="3.10"', |
154 | 154 | 'wheel>=0.45.1',
|
155 | 155 | 'attrs>=24.3.0',
|
156 | 156 | "certifi>=2024.12.14",
|
|
172 | 172 | 'parse-type>=0.6.4',
|
173 | 173 | 'colorama>=0.4.6',
|
174 | 174 | 'pyyaml>=6.0.2',
|
175 |
| - 'pygments>=2.18.0', |
| 175 | + 'pygments>=2.19.1', |
176 | 176 | 'pyreadline3>=3.5.3;platform_system=="Windows"',
|
177 | 177 | "tabcompleter>=1.4.0",
|
178 | 178 | "pdbp>=1.6.1",
|
|
185 | 185 | 'sniffio==1.3.1',
|
186 | 186 | 'h11==0.14.0',
|
187 | 187 | 'outcome==1.3.0.post0',
|
188 |
| - 'trio==0.27.0', |
| 188 | + 'trio==0.27.0;python_version<"3.9"', |
| 189 | + 'trio==0.28.0;python_version>="3.9"', |
189 | 190 | 'trio-websocket==0.11.1',
|
190 | 191 | 'wsproto==1.2.0',
|
191 | 192 | 'websocket-client==1.8.0',
|
|
225 | 226 | # Usage: coverage run -m pytest; coverage html; coverage report
|
226 | 227 | "coverage": [
|
227 | 228 | 'coverage>=7.6.1;python_version<"3.9"',
|
228 |
| - 'coverage>=7.6.9;python_version>="3.9"', |
| 229 | + 'coverage>=7.6.10;python_version>="3.9"', |
229 | 230 | 'pytest-cov>=5.0.0;python_version<"3.9"',
|
230 | 231 | 'pytest-cov>=6.0.0;python_version>="3.9"',
|
231 | 232 | ],
|
|
264 | 265 | # (An optional library for image-processing.)
|
265 | 266 | "pillow": [
|
266 | 267 | 'Pillow>=10.4.0;python_version<"3.9"',
|
267 |
| - 'Pillow>=11.0.0;python_version>="3.9"', |
| 268 | + 'Pillow>=11.1.0;python_version>="3.9"', |
268 | 269 | ],
|
269 | 270 | # pip install -e .[pip-system-certs]
|
270 | 271 | # (If you see [SSL: CERTIFICATE_VERIFY_FAILED], then get this.)
|
|
0 commit comments