|
125 | 125 | 'setuptools>=44.1.1;python_version<"3.5"',
|
126 | 126 | 'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
|
127 | 127 | 'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
|
128 |
| - 'setuptools>=60.1.1;python_version>="3.7"', |
| 128 | + 'setuptools>=60.2.0;python_version>="3.7"', |
129 | 129 | 'setuptools-scm>=5.0.2;python_version<"3.6"',
|
130 | 130 | 'setuptools-scm>=6.3.2;python_version>="3.6"',
|
131 | 131 | 'tomli>=1.2.2;python_version>="3.6" and python_version<"3.7"',
|
132 | 132 | 'tomli>=2.0.0;python_version>="3.7"',
|
133 | 133 | "wheel>=0.37.1",
|
134 |
| - "attrs>=21.3.0", |
| 134 | + "attrs>=21.4.0", |
135 | 135 | 'PyYAML>=6.0;python_version>="3.6"',
|
136 | 136 | 'traitlets>=4.3.3;python_version<"3.7"',
|
137 | 137 | 'traitlets>=5.1.1;python_version>="3.7"',
|
|
203 | 203 | 'cryptography==3.4.8;python_version>="3.6" and python_version<"3.7"',
|
204 | 204 | 'cryptography==36.0.1;python_version>="3.7"',
|
205 | 205 | 'pygments==2.5.2;python_version<"3.5"',
|
206 |
| - 'pygments==2.10.0;python_version>="3.5"', |
| 206 | + 'pygments==2.11.1;python_version>="3.5"', |
207 | 207 | 'prompt-toolkit==1.0.18;python_version<"3.5"',
|
208 | 208 | 'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6.2"', # noqa: E501
|
209 | 209 | 'prompt-toolkit==3.0.24;python_version>="3.6.2"',
|
|
221 | 221 | 'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
|
222 | 222 | 'importlib-metadata==2.0.0;python_version<"3.5"',
|
223 | 223 | 'importlib-metadata==2.1.1;python_version>="3.5" and python_version<"3.6"', # noqa: E501
|
224 |
| - "virtualenv>=20.11.1", # Sync with importlib-metadata and pathlib2 |
| 224 | + "virtualenv>=20.12.0", # Sync with importlib-metadata and pathlib2 |
225 | 225 | "pycparser==2.21",
|
226 | 226 | 'pymysql==0.10.1;python_version<"3.6"',
|
227 | 227 | 'pymysql==1.0.2;python_version>="3.6"',
|
|
0 commit comments