|
123 | 123 | 'packaging>=21.3;python_version>="3.6"',
|
124 | 124 | 'setuptools>=44.1.1;python_version<"3.5"',
|
125 | 125 | 'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
|
126 |
| - 'setuptools>=59.5.0;python_version>="3.6"', |
| 126 | + 'setuptools>=59.6.0;python_version>="3.6"', |
127 | 127 | 'setuptools-scm>=5.0.2;python_version<"3.6"',
|
128 | 128 | 'setuptools-scm>=6.3.2;python_version>="3.6"',
|
129 |
| - 'tomli>=1.2.2;python_version>="3.6"', |
| 129 | + 'tomli>=1.2.2;python_version>="3.6" and python_version<"3.7"', |
| 130 | + 'tomli>=2.0.0;python_version>="3.7"', |
130 | 131 | "wheel>=0.37.0",
|
131 | 132 | "attrs>=21.2.0",
|
132 | 133 | 'PyYAML>=6.0;python_version>="3.6"',
|
|
229 | 230 | 'Pillow==8.4.0;python_version>="3.6"',
|
230 | 231 | 'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.8 for "rich"
|
231 | 232 | 'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
|
232 |
| - 'rich==10.15.2;python_version>="3.6" and python_version<"4.0"', |
| 233 | + 'rich==10.16.0;python_version>="3.6" and python_version<"4.0"', |
233 | 234 | 'tornado==5.1.1;python_version<"3.5"',
|
234 | 235 | 'tornado==6.1;python_version>="3.5"',
|
235 | 236 | 'pdfminer.six==20191110;python_version<"3.5"',
|
|
0 commit comments