|
154 | 154 | 'wheel>=0.43.0;python_version>="3.8"', |
155 | 155 | 'attrs>=23.2.0', |
156 | 156 | "certifi>=2024.2.2", |
| 157 | + "exceptiongroup>=1.2.1", |
157 | 158 | 'filelock>=3.12.2;python_version<"3.8"', |
158 | 159 | 'filelock>=3.13.4;python_version>="3.8"', |
159 | 160 | 'platformdirs>=4.0.0;python_version<"3.8"', |
160 | | - 'platformdirs>=4.2.0;python_version>="3.8"', |
| 161 | + 'platformdirs>=4.2.1;python_version>="3.8"', |
161 | 162 | 'typing-extensions>=4.11.0;python_version>="3.8"', |
162 | 163 | 'parse>=1.20.1', |
163 | 164 | 'parse-type>=0.6.2', |
|
178 | 179 | 'trio-websocket==0.11.1', |
179 | 180 | 'wsproto==1.2.0', |
180 | 181 | 'selenium==4.11.2;python_version<"3.8"', |
181 | | - 'selenium==4.19.0;python_version>="3.8"', |
| 182 | + 'selenium==4.20.0;python_version>="3.8"', |
182 | 183 | 'cssselect==1.2.0', |
183 | 184 | "sortedcontainers==2.4.0", |
184 | 185 | 'fasteners==0.19', |
185 | 186 | 'execnet==2.0.2;python_version<"3.8"', |
186 | 187 | 'execnet==2.1.1;python_version>="3.8"', |
187 | 188 | 'iniconfig==2.0.0', |
188 | 189 | 'pluggy==1.2.0;python_version<"3.8"', |
189 | | - 'pluggy==1.4.0;python_version>="3.8"', |
| 190 | + 'pluggy==1.5.0;python_version>="3.8"', |
190 | 191 | "py==1.11.0", |
191 | 192 | 'pytest==7.4.4;python_version<"3.8"', |
192 | 193 | 'pytest==8.1.1;python_version>="3.8"', |
|
208 | 209 | "tabcompleter==1.3.0", |
209 | 210 | "pdbp==1.5.0", |
210 | 211 | 'colorama==0.4.6', |
211 | | - 'exceptiongroup==1.2.0', |
212 | 212 | 'pyotp==2.9.0', |
213 | 213 | 'markdown-it-py==2.2.0;python_version<"3.8"', |
214 | 214 | 'markdown-it-py==3.0.0;python_version>="3.8"', |
|
228 | 228 | # Usage: coverage run -m pytest; coverage html; coverage report |
229 | 229 | "coverage": [ |
230 | 230 | 'coverage==7.2.7;python_version<"3.8"', |
231 | | - 'coverage>=7.4.4;python_version>="3.8"', |
| 231 | + 'coverage>=7.5.0;python_version>="3.8"', |
232 | 232 | 'pytest-cov==4.1.0;python_version<"3.8"', |
233 | 233 | 'pytest-cov>=5.0.0;python_version>="3.8"', |
234 | 234 | ], |
|
0 commit comments