|
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.7.1;python_version>="3.7"', |
| 134 | + 'setuptools>=60.8.2;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.3;python_version>="3.6" and python_version<"3.7"',
|
138 |
| - 'tomli>=2.0.0;python_version>="3.7"', |
| 138 | + 'tomli>=2.0.1;python_version>="3.7"', |
139 | 139 | "wheel>=0.37.1",
|
140 | 140 | "attrs>=21.4.0",
|
141 | 141 | 'PyYAML>=6.0;python_version>="3.6"',
|
|
213 | 213 | 'pygments==2.11.2;python_version>="3.5"',
|
214 | 214 | 'prompt-toolkit==1.0.18;python_version<"3.5"',
|
215 | 215 | 'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6"', # noqa: E501
|
216 |
| - 'prompt-toolkit==3.0.26;python_version>="3.6"', |
| 216 | + 'prompt-toolkit==3.0.27;python_version>="3.6"', |
217 | 217 | 'decorator==4.4.2;python_version<"3.5"',
|
218 | 218 | 'decorator==5.1.1;python_version>="3.5"',
|
219 | 219 | 'ipython==5.10.0;python_version<"3.5"',
|
|
224 | 224 | "colorama==0.4.4",
|
225 | 225 | 'platformdirs==2.0.2;python_version<"3.6"',
|
226 | 226 | 'platformdirs==2.4.0;python_version>="3.6" and python_version<"3.7"',
|
227 |
| - 'platformdirs==2.4.1;python_version>="3.7"', |
| 227 | + 'platformdirs==2.5.0;python_version>="3.7"', |
228 | 228 | 'pathlib2==2.3.6;python_version<"3.5"', # Sync with "virtualenv"
|
229 | 229 | 'importlib-metadata==2.1.3;python_version<"3.6"',
|
230 | 230 | 'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
|
|
243 | 243 | 'Pillow==9.0.1;python_version>="3.7"',
|
244 | 244 | 'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.8 for "rich"
|
245 | 245 | 'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
|
246 |
| - 'rich==11.1.0;python_version>="3.6" and python_version<"4.0"', |
| 246 | + 'rich==11.2.0;python_version>="3.6" and python_version<"4.0"', |
247 | 247 | 'tornado==5.1.1;python_version<"3.5"',
|
248 | 248 | 'tornado==6.1;python_version>="3.5"',
|
249 | 249 | 'pdfminer.six==20191110;python_version<"3.5"',
|
|
0 commit comments