|
155 | 155 | 'wheel>=0.45.1', |
156 | 156 | 'attrs~=25.3.0;python_version<"3.9"', |
157 | 157 | 'attrs>=25.4.0;python_version>="3.9"', |
158 | | - "certifi>=2025.10.5", |
| 158 | + "certifi>=2025.11.12", |
159 | 159 | "exceptiongroup>=1.3.0", |
160 | 160 | 'websockets~=13.1;python_version<"3.9"', |
161 | 161 | 'websockets>=15.0.1;python_version>="3.9"', |
|
197 | 197 | 'trio>=0.31.0,<1;python_version>="3.9" and python_version<"3.10"', |
198 | 198 | 'trio>=0.32.0,<1;python_version>="3.10"', |
199 | 199 | 'trio-websocket~=0.12.2', |
200 | | - 'wsproto==1.2.0', |
| 200 | + 'wsproto==1.2.0;python_version<"3.10"', |
| 201 | + 'wsproto==1.3.1;python_version>="3.10"', |
201 | 202 | 'websocket-client~=1.8.0;python_version<"3.9"', |
202 | 203 | 'websocket-client~=1.9.0;python_version>="3.9"', |
203 | 204 | 'selenium==4.27.1;python_version<"3.9"', |
|
206 | 207 | 'cssselect==1.2.0;python_version<"3.9"', |
207 | 208 | 'cssselect==1.3.0;python_version>="3.9"', |
208 | 209 | "sortedcontainers==2.4.0", |
209 | | - 'execnet==2.1.1', |
| 210 | + 'execnet==2.1.1;python_version<"3.10"', |
| 211 | + 'execnet==2.1.2;python_version>="3.10"', |
210 | 212 | 'iniconfig==2.1.0;python_version<"3.10"', |
211 | 213 | 'iniconfig==2.3.0;python_version>="3.10"', |
212 | 214 | 'pluggy==1.5.0;python_version<"3.9"', |
|
0 commit comments