|
155 | 155 | 'attrs>=23.2.0', |
156 | 156 | "certifi>=2024.2.2", |
157 | 157 | 'filelock>=3.12.2;python_version<"3.8"', |
158 | | - 'filelock>=3.13.1;python_version>="3.8"', |
| 158 | + 'filelock>=3.13.3;python_version>="3.8"', |
159 | 159 | 'platformdirs>=4.0.0;python_version<"3.8"', |
160 | 160 | 'platformdirs>=4.2.0;python_version>="3.8"', |
161 | 161 | 'typing-extensions>=4.10.0;python_version>="3.8"', |
|
169 | 169 | 'urllib3>=1.26.18,<2;python_version<"3.10"', |
170 | 170 | 'urllib3>=1.26.18,<2.3.0;python_version>="3.10"', |
171 | 171 | 'requests==2.31.0', |
172 | | - "pynose==1.5.0", |
| 172 | + "pynose==1.5.1", |
173 | 173 | 'sniffio==1.3.1', |
174 | 174 | 'h11==0.14.0', |
175 | 175 | 'outcome==1.3.0.post0', |
|
178 | 178 | 'trio-websocket==0.11.1', |
179 | 179 | 'wsproto==1.2.0', |
180 | 180 | 'selenium==4.11.2;python_version<"3.8"', |
181 | | - 'selenium==4.18.1;python_version>="3.8"', |
| 181 | + 'selenium==4.19.0;python_version>="3.8"', |
182 | 182 | 'cssselect==1.2.0', |
183 | 183 | "sortedcontainers==2.4.0", |
184 | 184 | 'fasteners==0.19', |
|
219 | 219 | # Usage: pytest --alluredir=allure_results |
220 | 220 | # Serve: allure serve allure_results |
221 | 221 | "allure": [ |
222 | | - 'allure-pytest==2.13.3', |
223 | | - 'allure-python-commons==2.13.3', |
224 | | - 'allure-behave==2.13.3', |
| 222 | + 'allure-pytest==2.13.4', |
| 223 | + 'allure-python-commons==2.13.4', |
| 224 | + 'allure-behave==2.13.4', |
225 | 225 | ], |
226 | 226 | # pip install -e .[coverage] |
227 | 227 | # Usage: coverage run -m pytest; coverage html; coverage report |
228 | 228 | "coverage": [ |
229 | 229 | 'coverage==7.2.7;python_version<"3.8"', |
230 | 230 | 'coverage==7.4.4;python_version>="3.8"', |
231 | | - 'pytest-cov==4.1.0', |
| 231 | + 'pytest-cov==4.1.0;python_version<"3.8"', |
| 232 | + 'pytest-cov==5.0.0;python_version>="3.8"', |
232 | 233 | ], |
233 | 234 | # pip install -e .[flake8] |
234 | 235 | # Usage: flake8 |
|
256 | 257 | 'cryptography==42.0.5;python_version>="3.9"', |
257 | 258 | 'cffi==1.15.1;python_version<"3.8"', |
258 | 259 | 'cffi==1.16.0;python_version>="3.8"', |
259 | | - "pycparser==2.21", |
260 | | - |
| 260 | + "pycparser==2.22", |
261 | 261 | ], |
262 | 262 | # pip install -e .[pillow] |
263 | 263 | # (An optional library for image-processing.) |
264 | 264 | "pillow": [ |
265 | 265 | 'Pillow==9.5.0;python_version<"3.8"', |
266 | 266 | 'Pillow==10.2.0;python_version>="3.8"', |
267 | 267 | ], |
| 268 | + # pip install -e .[pip-system-certs] |
| 269 | + # (If you see [SSL: CERTIFICATE_VERIFY_FAILED], then get this.) |
| 270 | + # (May help those with corporate self-signed certs on Windows.) |
| 271 | + "pip-system-certs": [ |
| 272 | + 'pip-system-certs==4.0;platform_system=="Windows"', |
| 273 | + ], |
268 | 274 | # pip install -e .[proxy] |
269 | 275 | # Usage: proxy |
270 | 276 | # (That starts a proxy server on "127.0.0.1:8899".) |
|
0 commit comments