|
114 | 114 | python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
|
115 | 115 | install_requires=[
|
116 | 116 | 'pip>=20.3.4;python_version<"3.6"',
|
117 |
| - 'pip>=21.2.2;python_version>="3.6"', |
| 117 | + 'pip>=21.2.3;python_version>="3.6"', |
118 | 118 | 'packaging>=20.9;python_version<"3.6"',
|
119 | 119 | 'packaging>=21.0;python_version>="3.6"',
|
120 | 120 | "typing-extensions>=3.10.0.0",
|
|
123 | 123 | 'setuptools>=57.4.0;python_version>="3.6"',
|
124 | 124 | 'setuptools-scm==5.0.2;python_version<"3.6"',
|
125 | 125 | 'setuptools-scm>=6.0.1;python_version>="3.6"',
|
126 |
| - "wheel>=0.36.2", |
| 126 | + "wheel>=0.37.0", |
127 | 127 | "attrs>=21.2.0",
|
128 | 128 | 'PyYAML>=5.4.1;python_version>="3.6"',
|
129 | 129 | "sortedcontainers==2.4.0",
|
|
201 | 201 | 'platformdirs==2.2.0;python_version>="3.6"',
|
202 | 202 | 'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
|
203 | 203 | 'importlib-metadata==2.0.0;python_version<"3.6"', # Sync "virtualenv"
|
204 |
| - "virtualenv>=20.7.0", # Sync with importlib-metadata and pathlib2 |
| 204 | + "virtualenv>=20.7.1", # Sync with importlib-metadata and pathlib2 |
205 | 205 | 'pymysql==0.10.1;python_version<"3.6"',
|
206 | 206 | 'pymysql==1.0.2;python_version>="3.6"',
|
207 | 207 | "pyotp==2.6.0",
|
|
0 commit comments