|
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>=62.2.0;python_version>="3.7"', |
| 134 | + 'setuptools>=62.3.1;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"',
|
|
140 | 140 | "attrs>=21.4.0",
|
141 | 141 | 'PyYAML>=6.0;python_version>="3.6"',
|
142 | 142 | 'traitlets>=4.3.3;python_version<"3.7"',
|
143 |
| - 'traitlets>=5.2.0;python_version>="3.7"', |
| 143 | + 'traitlets>=5.2.1.post0;python_version>="3.7"', |
144 | 144 | "certifi>=2021.10.8",
|
145 | 145 | 'filelock>=3.2.1;python_version<"3.6"',
|
146 | 146 | 'filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"',
|
|
246 | 246 | 'Pillow==6.2.2;python_version<"3.5"',
|
247 | 247 | 'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
|
248 | 248 | 'Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"',
|
249 |
| - 'Pillow==9.1.0;python_version>="3.7"', |
| 249 | + 'Pillow==9.1.1;python_version>="3.7"', |
250 | 250 | 'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.9 for "rich"
|
251 | 251 | 'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.9"', # noqa: E501
|
252 | 252 | 'rich==12.4.1;python_version>="3.6" and python_version<"4.0"',
|
|
0 commit comments