|
56 | 56 | os.system("python -m pip install --upgrade 'jaraco.classes'")
|
57 | 57 | print("\n*** Installing more-itertools: *** (For PyPI uploads)\n")
|
58 | 58 | os.system("python -m pip install --upgrade 'more-itertools'")
|
59 |
| - print("\n*** Installing zipp: *** (Required for PyPI uploads)\n") |
60 |
| - os.system("python -m pip install --upgrade 'zipp'") |
61 |
| - print("\n*** Installing importlib-metadata: *** (For PyPI uploads)\n") |
62 |
| - os.system("python -m pip install --upgrade 'importlib-metadata'") |
63 | 59 | print("\n*** Installing keyring, requests-toolbelt: *** (For PyPI)\n")
|
64 | 60 | os.system("python -m pip install --upgrade keyring requests-toolbelt")
|
65 | 61 | print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
|
|
153 | 149 | 'pip>=25.1.1;python_version>="3.9"',
|
154 | 150 | 'packaging>=25.0',
|
155 | 151 | 'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
|
156 |
| - 'setuptools>=80.8.0;python_version>="3.10"', |
| 152 | + 'setuptools>=80.9.0;python_version>="3.10"', |
157 | 153 | 'wheel>=0.45.1',
|
158 | 154 | 'attrs>=25.3.0',
|
159 | 155 | "certifi>=2025.4.26",
|
|
186 | 182 | 'charset-normalizer>=3.4.2,<4',
|
187 | 183 | 'urllib3>=1.26.20,<2;python_version<"3.10"',
|
188 | 184 | 'urllib3>=1.26.20,<2.5.0;python_version>="3.10"',
|
189 |
| - 'requests==2.32.3', |
| 185 | + 'requests==2.32.4', |
190 | 186 | 'sniffio==1.3.1',
|
191 | 187 | 'h11==0.16.0',
|
192 | 188 | 'outcome==1.3.0.post0',
|
|
205 | 201 | 'iniconfig==2.1.0',
|
206 | 202 | 'pluggy==1.5.0;python_version<"3.9"',
|
207 | 203 | 'pluggy==1.6.0;python_version>="3.9"',
|
208 |
| - 'pytest==8.3.5', |
| 204 | + 'pytest==8.3.5;python_version<"3.9"', |
| 205 | + 'pytest==8.4.0;python_version>="3.9"', |
209 | 206 | "pytest-html==4.0.2", # Newer ones had issues
|
210 | 207 | 'pytest-metadata==3.1.1',
|
211 | 208 | "pytest-ordering==0.6",
|
|
0 commit comments