|
151 | 151 | 'packaging>=24.0;python_version<"3.8"', |
152 | 152 | 'packaging>=24.1;python_version>="3.8"', |
153 | 153 | 'setuptools>=68.0.0;python_version<"3.8"', |
154 | | - 'setuptools>=70.1.1;python_version>="3.8"', |
| 154 | + 'setuptools>=70.2.0;python_version>="3.8"', |
155 | 155 | 'wheel>=0.42.0;python_version<"3.8"', |
156 | 156 | 'wheel>=0.43.0;python_version>="3.8"', |
157 | 157 | 'attrs>=23.2.0', |
158 | | - "certifi>=2024.6.2", |
| 158 | + "certifi>=2024.7.4", |
159 | 159 | "exceptiongroup>=1.2.1", |
160 | 160 | 'filelock>=3.12.2;python_version<"3.8"', |
161 | 161 | 'filelock>=3.15.4;python_version>="3.8"', |
|
177 | 177 | 'h11==0.14.0', |
178 | 178 | 'outcome==1.3.0.post0', |
179 | 179 | 'trio==0.22.2;python_version<"3.8"', |
180 | | - 'trio==0.25.1;python_version>="3.8"', |
| 180 | + 'trio==0.26.0;python_version>="3.8"', |
181 | 181 | 'trio-websocket==0.11.1', |
182 | 182 | 'wsproto==1.2.0', |
183 | 183 | 'websocket-client==1.8.0;python_version>="3.8"', |
|
270 | 270 | # (An optional library for image-processing.) |
271 | 271 | "pillow": [ |
272 | 272 | 'Pillow==9.5.0;python_version<"3.8"', |
273 | | - 'Pillow>=10.3.0;python_version>="3.8"', |
| 273 | + 'Pillow>=10.4.0;python_version>="3.8"', |
274 | 274 | ], |
275 | 275 | # pip install -e .[pip-system-certs] |
276 | 276 | # (If you see [SSL: CERTIFICATE_VERIFY_FAILED], then get this.) |
|
282 | 282 | # Usage: proxy |
283 | 283 | # (That starts a proxy server on "127.0.0.1:8899".) |
284 | 284 | "proxy": [ |
285 | | - "proxy.py==2.4.4", |
| 285 | + "proxy.py==2.4.3", # 2.4.4 did not have "Listening on ..." |
286 | 286 | ], |
287 | 287 | # pip install -e .[psutil] |
288 | 288 | "psutil": [ |
|
0 commit comments