|
151 | 151 | 'pip>=25.1.1;python_version>="3.9"',
|
152 | 152 | 'packaging>=25.0',
|
153 | 153 | 'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
|
154 |
| - 'setuptools>=80.1.0;python_version>="3.10"', |
| 154 | + 'setuptools>=80.4.0;python_version>="3.10"', |
155 | 155 | 'wheel>=0.45.1',
|
156 | 156 | 'attrs>=25.3.0',
|
157 | 157 | "certifi>=2025.4.26",
|
158 |
| - "exceptiongroup>=1.2.2", |
| 158 | + "exceptiongroup>=1.3.0", |
159 | 159 | 'websockets~=13.1;python_version<"3.9"',
|
160 | 160 | 'websockets>=15.0.1;python_version>="3.9"',
|
161 | 161 | 'filelock~=3.16.1;python_version<"3.9"',
|
|
164 | 164 | "mycdp>=1.2.0",
|
165 | 165 | "pynose>=1.5.4",
|
166 | 166 | 'platformdirs>=4.3.6;python_version<"3.9"',
|
167 |
| - 'platformdirs>=4.3.7;python_version>="3.9"', |
| 167 | + 'platformdirs>=4.3.8;python_version>="3.9"', |
168 | 168 | 'typing-extensions>=4.13.2',
|
169 | 169 | "sbvirtualdisplay>=1.4.0",
|
170 | 170 | 'MarkupSafe==2.1.5;python_version<"3.9"',
|
|
206 | 206 | 'pytest-metadata==3.1.1',
|
207 | 207 | "pytest-ordering==0.6",
|
208 | 208 | 'pytest-rerunfailures==14.0;python_version<"3.9"',
|
209 |
| - 'pytest-rerunfailures==15.0;python_version>="3.9"', |
| 209 | + 'pytest-rerunfailures==15.1;python_version>="3.9"', |
210 | 210 | 'pytest-xdist==3.6.1',
|
211 | 211 | 'parameterized==0.9.0',
|
212 | 212 | "behave==1.2.6",
|
|
262 | 262 | # (An optional library for parsing PDF files.)
|
263 | 263 | "pdfminer": [
|
264 | 264 | 'pdfminer.six==20250324;python_version<"3.9"',
|
265 |
| - 'pdfminer.six==20250416;python_version>="3.9"', |
| 265 | + 'pdfminer.six==20250506;python_version>="3.9"', |
266 | 266 | 'cryptography==39.0.2;python_version<"3.9"',
|
267 | 267 | 'cryptography==44.0.3;python_version>="3.9"',
|
268 | 268 | 'cffi==1.17.1',
|
|
0 commit comments