|
164 | 164 | "pynose>=1.5.5", |
165 | 165 | 'platformdirs>=4.3.6;python_version<"3.9"', |
166 | 166 | 'platformdirs>=4.4.0;python_version>="3.9"', |
167 | | - 'typing-extensions>=4.13.2', |
| 167 | + 'typing-extensions~=4.13.2;python_version<"3.9"', |
| 168 | + 'typing-extensions>=4.15.0;python_version>="3.9"', |
168 | 169 | "sbvirtualdisplay>=1.4.0", |
169 | 170 | 'MarkupSafe==2.1.5;python_version<"3.9"', |
170 | 171 | 'MarkupSafe>=3.0.3;python_version>="3.9"', |
|
189 | 190 | 'h11==0.16.0', |
190 | 191 | 'outcome==1.3.0.post0', |
191 | 192 | 'trio==0.27.0;python_version<"3.9"', |
192 | | - 'trio~=0.30.0;python_version>="3.9"', |
| 193 | + 'trio>=0.31.0,<1;python_version>="3.9"', |
193 | 194 | 'trio-websocket~=0.12.2', |
194 | 195 | 'wsproto==1.2.0', |
195 | 196 | 'websocket-client~=1.8.0', |
196 | 197 | 'selenium==4.27.1;python_version<"3.9"', |
197 | 198 | 'selenium==4.32.0;python_version>="3.9" and python_version<"3.10"', |
198 | | - 'selenium==4.35.0;python_version>="3.10"', |
| 199 | + 'selenium==4.36.0;python_version>="3.10"', |
199 | 200 | 'cssselect==1.2.0;python_version<"3.9"', |
200 | 201 | 'cssselect==1.3.0;python_version>="3.9"', |
201 | 202 | "sortedcontainers==2.4.0", |
|
0 commit comments