|
49 | 49 | print("\n*** Installing build: *** (Required for PyPI uploads)\n")
|
50 | 50 | os.system("python -m pip install --upgrade 'build>=0.7.0'")
|
51 | 51 | print("\n*** Installing twine: *** (Required for PyPI uploads)\n")
|
52 |
| - os.system("python -m pip install --upgrade 'twine>=3.7.1'") |
| 52 | + os.system("python -m pip install --upgrade 'twine>=3.8.0'") |
53 | 53 | print("\n*** Installing tqdm: *** (Required for PyPI uploads)\n")
|
54 | 54 | os.system("python -m pip install --upgrade 'tqdm>=4.62.3'")
|
55 | 55 | print("\n*** Rebuilding distribution packages: ***\n")
|
|
125 | 125 | install_requires=[
|
126 | 126 | 'pip>=20.3.4;python_version<"3.6"',
|
127 | 127 | 'pip>=21.3.1;python_version>="3.6" and python_version<"3.7"',
|
128 |
| - 'pip>=22.0.2;python_version>="3.7"', |
| 128 | + 'pip>=22.0.3;python_version>="3.7"', |
129 | 129 | 'packaging>=20.9;python_version<"3.6"',
|
130 | 130 | 'packaging>=21.3;python_version>="3.6"',
|
131 | 131 | 'setuptools>=44.1.1;python_version<"3.5"',
|
132 | 132 | 'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
|
133 | 133 | 'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
|
134 |
| - 'setuptools>=60.6.0;python_version>="3.7"', |
| 134 | + 'setuptools>=60.7.1;python_version>="3.7"', |
135 | 135 | 'setuptools-scm>=5.0.2;python_version<"3.6"',
|
136 | 136 | 'setuptools-scm>=6.4.2;python_version>="3.6"',
|
137 | 137 | 'tomli>=1.2.2;python_version>="3.6" and python_version<"3.7"',
|
|
241 | 241 | 'Pillow==6.2.2;python_version<"3.5"',
|
242 | 242 | 'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
|
243 | 243 | 'Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"',
|
244 |
| - 'Pillow==9.0.0;python_version>="3.7"', |
| 244 | + 'Pillow==9.0.1;python_version>="3.7"', |
245 | 245 | 'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.8 for "rich"
|
246 | 246 | 'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
|
247 | 247 | 'rich==11.1.0;python_version>="3.6.2" and python_version<"4.0"',
|
|
0 commit comments