|
126 | 126 | "Programming Language :: Python :: 3.10",
|
127 | 127 | "Programming Language :: Python :: 3.11",
|
128 | 128 | "Programming Language :: Python :: 3.12",
|
| 129 | + "Programming Language :: Python :: 3.13", |
129 | 130 | "Topic :: Internet",
|
130 | 131 | "Topic :: Internet :: WWW/HTTP :: Browsers",
|
131 | 132 | "Topic :: Scientific/Engineering",
|
|
186 | 187 | 'pluggy==1.4.0;python_version>="3.8"',
|
187 | 188 | "py==1.11.0",
|
188 | 189 | 'pytest==7.4.4;python_version<"3.8"',
|
189 |
| - 'pytest==8.0.0;python_version>="3.8"', |
| 190 | + 'pytest==8.0.1;python_version>="3.8"', |
190 | 191 | "pytest-html==2.0.1", # Newer ones had issues
|
191 | 192 | 'pytest-metadata==3.0.0;python_version<"3.8"',
|
192 | 193 | 'pytest-metadata==3.1.1;python_version>="3.8"',
|
|
250 | 251 | 'pdfminer.six==20221105;python_version<"3.8"',
|
251 | 252 | 'pdfminer.six==20231228;python_version>="3.8"',
|
252 | 253 | 'cryptography==39.0.2;python_version<"3.9"',
|
253 |
| - 'cryptography==42.0.2;python_version>="3.9"', |
| 254 | + 'cryptography==42.0.3;python_version>="3.9"', |
254 | 255 | 'cffi==1.15.1;python_version<"3.8"',
|
255 | 256 | 'cffi==1.16.0;python_version>="3.8"',
|
256 | 257 | "pycparser==2.21",
|
|
0 commit comments