|
164 | 164 | 'platformdirs>=4.2.2;python_version>="3.8"',
|
165 | 165 | 'typing-extensions>=4.12.2;python_version>="3.8"',
|
166 | 166 | 'parse>=1.20.2',
|
167 |
| - 'parse-type>=0.6.2', |
| 167 | + 'parse-type>=0.6.3', |
168 | 168 | 'pyyaml==6.0.1;python_version<"3.8"',
|
169 | 169 | 'pyyaml>=6.0.2;python_version>="3.8"',
|
170 | 170 | "six==1.16.0",
|
171 |
| - "idna==3.7", |
| 171 | + "idna==3.8", |
172 | 172 | 'chardet==5.2.0',
|
173 | 173 | 'charset-normalizer==3.3.2',
|
174 | 174 | 'urllib3>=1.26.19,<2;python_version<"3.10"',
|
|
184 | 184 | 'wsproto==1.2.0',
|
185 | 185 | 'websocket-client==1.8.0;python_version>="3.8"',
|
186 | 186 | 'selenium==4.11.2;python_version<"3.8"',
|
187 |
| - 'selenium==4.23.1;python_version>="3.8"', |
| 187 | + 'selenium==4.24.0;python_version>="3.8"', |
188 | 188 | 'cssselect==1.2.0',
|
189 | 189 | "sortedcontainers==2.4.0",
|
190 | 190 | 'fasteners==0.19',
|
|
208 | 208 | "sbvirtualdisplay==1.3.0",
|
209 | 209 | "behave==1.2.6",
|
210 | 210 | 'soupsieve==2.4.1;python_version<"3.8"',
|
211 |
| - 'soupsieve==2.5;python_version>="3.8"', |
| 211 | + 'soupsieve==2.6;python_version>="3.8"', |
212 | 212 | "beautifulsoup4==4.12.3",
|
213 | 213 | 'pygments==2.17.2;python_version<"3.8"',
|
214 | 214 | 'pygments==2.18.0;python_version>="3.8"',
|
|
221 | 221 | 'markdown-it-py==2.2.0;python_version<"3.8"',
|
222 | 222 | 'markdown-it-py==3.0.0;python_version>="3.8"',
|
223 | 223 | 'mdurl==0.1.2',
|
224 |
| - 'rich==13.7.1', |
| 224 | + 'rich==13.8.0', |
225 | 225 | ],
|
226 | 226 | extras_require={
|
227 | 227 | # pip install -e .[allure]
|
|
302 | 302 | "selenium-wire": [
|
303 | 303 | 'selenium-wire==5.1.0',
|
304 | 304 | 'pyOpenSSL==24.2.1',
|
| 305 | + 'pyparsing>=3.1.4', |
305 | 306 | 'Brotli==1.1.0',
|
306 | 307 | 'blinker==1.7.0', # Newer ones had issues
|
307 | 308 | 'h2==4.1.0',
|
|
0 commit comments