|
168 | 168 | 'urllib3>=1.26.18,<2;python_version<"3.10"', |
169 | 169 | 'urllib3>=1.26.18,<2.3.0;python_version>="3.10"', |
170 | 170 | 'requests==2.31.0', |
171 | | - "pynose==1.4.8", |
| 171 | + "pynose==1.5.0", |
172 | 172 | 'sniffio==1.3.0', |
173 | 173 | 'h11==0.14.0', |
174 | 174 | 'outcome==1.3.0.post0', |
|
177 | 177 | 'trio-websocket==0.11.1', |
178 | 178 | 'wsproto==1.2.0', |
179 | 179 | 'selenium==4.11.2;python_version<"3.8"', |
180 | | - 'selenium==4.17.2;python_version>="3.8"', |
| 180 | + 'selenium==4.18.1;python_version>="3.8"', |
181 | 181 | 'cssselect==1.2.0', |
182 | 182 | "sortedcontainers==2.4.0", |
183 | 183 | 'fasteners==0.19', |
|
225 | 225 | # Usage: coverage run -m pytest; coverage html; coverage report |
226 | 226 | "coverage": [ |
227 | 227 | 'coverage==7.2.7;python_version<"3.8"', |
228 | | - 'coverage==7.4.1;python_version>="3.8"', |
| 228 | + 'coverage==7.4.2;python_version>="3.8"', |
229 | 229 | 'pytest-cov==4.1.0', |
230 | 230 | ], |
231 | 231 | # pip install -e .[flake8] |
|
251 | 251 | 'pdfminer.six==20221105;python_version<"3.8"', |
252 | 252 | 'pdfminer.six==20231228;python_version>="3.8"', |
253 | 253 | 'cryptography==39.0.2;python_version<"3.9"', |
254 | | - 'cryptography==42.0.3;python_version>="3.9"', |
| 254 | + 'cryptography==42.0.4;python_version>="3.9"', |
255 | 255 | 'cffi==1.15.1;python_version<"3.8"', |
256 | 256 | 'cffi==1.16.0;python_version>="3.8"', |
257 | 257 | "pycparser==2.21", |
|
0 commit comments