|
149 | 149 | 'pip>=24.0', |
150 | 150 | 'packaging>=23.2', |
151 | 151 | 'setuptools>=68.0.0;python_version<"3.8"', |
152 | | - 'setuptools>=69.1.0;python_version>="3.8"', |
| 152 | + 'setuptools>=69.1.1;python_version>="3.8"', |
153 | 153 | 'wheel>=0.42.0', |
154 | 154 | 'attrs>=23.2.0', |
155 | 155 | "certifi>=2024.2.2", |
156 | 156 | 'filelock>=3.12.2;python_version<"3.8"', |
157 | 157 | 'filelock>=3.13.1;python_version>="3.8"', |
158 | 158 | 'platformdirs>=4.0.0;python_version<"3.8"', |
159 | 159 | 'platformdirs>=4.2.0;python_version>="3.8"', |
160 | | - 'typing-extensions>=4.9.0;python_version>="3.8"', |
| 160 | + 'typing-extensions>=4.10.0;python_version>="3.8"', |
161 | 161 | 'parse>=1.20.1', |
162 | 162 | 'parse-type>=0.6.2', |
163 | 163 | 'pyyaml>=6.0.1', |
|
169 | 169 | 'urllib3>=1.26.18,<2.3.0;python_version>="3.10"', |
170 | 170 | 'requests==2.31.0', |
171 | 171 | "pynose==1.5.0", |
172 | | - 'sniffio==1.3.0', |
| 172 | + 'sniffio==1.3.1', |
173 | 173 | 'h11==0.14.0', |
174 | 174 | 'outcome==1.3.0.post0', |
175 | 175 | 'trio==0.22.2;python_version<"3.8"', |
|
187 | 187 | 'pluggy==1.4.0;python_version>="3.8"', |
188 | 188 | "py==1.11.0", |
189 | 189 | 'pytest==7.4.4;python_version<"3.8"', |
190 | | - 'pytest==8.0.1;python_version>="3.8"', |
| 190 | + 'pytest==8.0.2;python_version>="3.8"', |
191 | 191 | "pytest-html==2.0.1", # Newer ones had issues |
192 | 192 | 'pytest-metadata==3.0.0;python_version<"3.8"', |
193 | 193 | 'pytest-metadata==3.1.1;python_version>="3.8"', |
|
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.2;python_version>="3.8"', |
| 228 | + 'coverage==7.4.3;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.4;python_version>="3.9"', |
| 254 | + 'cryptography==42.0.5;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