|
115 | 115 | install_requires=[
|
116 | 116 | 'pip>=20.3.4;python_version<"3.6"',
|
117 | 117 | 'pip>=21.1.3;python_version>="3.6"',
|
118 |
| - "packaging>=20.9", |
| 118 | + "packaging>=21.0", |
119 | 119 | "typing-extensions>=3.10.0.0",
|
120 | 120 | 'setuptools>=44.1.1;python_version<"3.5"',
|
121 | 121 | 'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
|
122 |
| - 'setuptools>=57.0.0;python_version>="3.6"', |
| 122 | + 'setuptools>=57.1.0;python_version>="3.6"', |
123 | 123 | 'setuptools-scm==5.0.2;python_version<"3.6"',
|
124 | 124 | 'setuptools-scm>=6.0.1;python_version>="3.6"',
|
125 | 125 | "wheel>=0.36.2",
|
|
163 | 163 | "pytest-ordering==0.6",
|
164 | 164 | 'pytest-rerunfailures==8.0;python_version<"3.5"',
|
165 | 165 | 'pytest-rerunfailures==9.1.1;python_version>="3.5" and python_version<"3.6"', # noqa: E501
|
166 |
| - 'pytest-rerunfailures==10.0;python_version>="3.6"', |
| 166 | + 'pytest-rerunfailures==10.1;python_version>="3.6"', |
167 | 167 | 'pytest-xdist==1.34.0;python_version<"3.5"',
|
168 | 168 | 'pytest-xdist==2.2.1;python_version>="3.5" and python_version<"3.6"',
|
169 | 169 | 'pytest-xdist==2.3.0;python_version>="3.6"',
|
|
202 | 202 | "toml==0.10.2",
|
203 | 203 | 'Pillow==6.2.2;python_version<"3.5"',
|
204 | 204 | 'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
|
205 |
| - 'Pillow==8.2.0;python_version>="3.6"', |
206 |
| - 'rich==10.4.0;python_version>="3.6" and python_version<"4.0"', |
| 205 | + 'Pillow==8.3.0;python_version>="3.6"', |
| 206 | + 'rich==10.5.0;python_version>="3.6" and python_version<"4.0"', |
207 | 207 | 'tornado==5.1.1;python_version<"3.5"',
|
208 | 208 | 'tornado==6.1;python_version>="3.5"',
|
209 | 209 | 'pdfminer.six==20191110;python_version<"3.5"',
|
|
0 commit comments