|
148 | 148 | python_requires=">=3.8",
|
149 | 149 | install_requires=[
|
150 | 150 | 'pip>=25.0.1;python_version<"3.9"',
|
151 |
| - 'pip>=25.1;python_version>="3.9"', |
| 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 | 154 | 'setuptools>=80.1.0;python_version>="3.10"',
|
|
181 | 181 | "pdbp>=1.7.0",
|
182 | 182 | "idna==3.10",
|
183 | 183 | 'chardet==5.2.0',
|
184 |
| - 'charset-normalizer==3.4.1', |
| 184 | + 'charset-normalizer>=3.4.2,<4', |
185 | 185 | 'urllib3>=1.26.20,<2;python_version<"3.10"',
|
186 | 186 | 'urllib3>=1.26.20,<2.5.0;python_version>="3.10"',
|
187 | 187 | 'requests==2.32.3',
|
|
194 | 194 | 'wsproto==1.2.0',
|
195 | 195 | 'websocket-client==1.8.0',
|
196 | 196 | 'selenium==4.27.1;python_version<"3.9"',
|
197 |
| - 'selenium==4.31.0;python_version>="3.9"', |
| 197 | + 'selenium==4.32.0;python_version>="3.9"', |
198 | 198 | 'cssselect==1.2.0;python_version<"3.9"',
|
199 | 199 | 'cssselect==1.3.0;python_version>="3.9"',
|
200 | 200 | "sortedcontainers==2.4.0",
|
|
264 | 264 | 'pdfminer.six==20250324;python_version<"3.9"',
|
265 | 265 | 'pdfminer.six==20250416;python_version>="3.9"',
|
266 | 266 | 'cryptography==39.0.2;python_version<"3.9"',
|
267 |
| - 'cryptography==44.0.2;python_version>="3.9"', |
| 267 | + 'cryptography==44.0.3;python_version>="3.9"', |
268 | 268 | 'cffi==1.17.1',
|
269 | 269 | "pycparser==2.22",
|
270 | 270 | ],
|
|
0 commit comments