|
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.0;python_version>="3.7"', |
| 128 | + 'setuptools>=60.1.1;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.2.0", |
| 134 | + "attrs>=21.3.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"',
|
|
166 | 166 | "cssselect==1.1.0",
|
167 | 167 | "sortedcontainers==2.4.0",
|
168 | 168 | 'filelock==3.2.1;python_version<"3.6"',
|
169 |
| - 'filelock==3.4.0;python_version>="3.6"', |
| 169 | + 'filelock==3.4.2;python_version>="3.6"', |
170 | 170 | 'fasteners==0.16;python_version<"3.5"',
|
171 | 171 | 'fasteners==0.16.3;python_version>="3.5"',
|
172 | 172 | "execnet==1.9.0",
|
|
215 | 215 | 'matplotlib-inline==0.1.3;python_version>="3.7"', # ipython needs this
|
216 | 216 | "colorama==0.4.4",
|
217 | 217 | 'platformdirs==2.0.2;python_version<"3.6"',
|
218 |
| - 'platformdirs==2.4.0;python_version>="3.6"', |
| 218 | + 'platformdirs==2.4.1;python_version>="3.6"', |
219 | 219 | 'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
|
220 | 220 | 'importlib-metadata==2.0.0;python_version<"3.5"',
|
221 | 221 | 'importlib-metadata==2.1.1;python_version>="3.5" and python_version<"3.6"', # noqa: E501
|
222 |
| - "virtualenv>=20.10.0", # Sync with importlib-metadata and pathlib2 |
| 222 | + "virtualenv>=20.11.1", # Sync with importlib-metadata and pathlib2 |
223 | 223 | "pycparser==2.21",
|
224 | 224 | 'pymysql==0.10.1;python_version<"3.6"',
|
225 | 225 | 'pymysql==1.0.2;python_version>="3.6"',
|
|
0 commit comments