|
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>=61.3.0;python_version>="3.7"', |
| 134 | + 'setuptools>=62.0.0;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"',
|
|
218 | 218 | 'pygments==2.11.2;python_version>="3.5"',
|
219 | 219 | 'prompt-toolkit==1.0.18;python_version<"3.5"',
|
220 | 220 | 'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6"', # noqa: E501
|
221 |
| - 'prompt-toolkit==3.0.28;python_version>="3.6"', |
| 221 | + 'prompt-toolkit==3.0.29;python_version>="3.6"', |
222 | 222 | 'decorator==4.4.2;python_version<"3.5"',
|
223 | 223 | 'decorator==5.1.1;python_version>="3.5"',
|
224 | 224 | 'ipython==5.10.0;python_version<"3.5"',
|
|
240 | 240 | 'Pillow==6.2.2;python_version<"3.5"',
|
241 | 241 | 'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
|
242 | 242 | 'Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"',
|
243 |
| - 'Pillow==9.0.1;python_version>="3.7"', |
| 243 | + 'Pillow==9.1.0;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==12.0.1;python_version>="3.6" and python_version<"4.0"', |
| 246 | + 'rich==12.1.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