|
221 | 221 | 'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
|
222 | 222 | 'importlib-metadata==2.0.0;python_version<"3.5"',
|
223 | 223 | 'importlib-metadata==2.1.1;python_version>="3.5" and python_version<"3.6"', # noqa: E501
|
224 |
| - "virtualenv>=20.12.1", # Sync with importlib-metadata and pathlib2 |
| 224 | + "virtualenv>=20.13.0", # Sync with importlib-metadata and pathlib2 |
225 | 225 | "pycparser==2.21",
|
226 | 226 | 'pymysql==0.10.1;python_version<"3.6"',
|
227 | 227 | 'pymysql==1.0.2;python_version>="3.6"',
|
|
231 | 231 | "toml==0.10.2",
|
232 | 232 | 'Pillow==6.2.2;python_version<"3.5"',
|
233 | 233 | 'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
|
234 |
| - 'Pillow==8.4.0;python_version>="3.6"', |
| 234 | + 'Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"', |
| 235 | + 'Pillow==9.0.0;python_version>="3.7"', |
235 | 236 | 'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.8 for "rich"
|
236 | 237 | 'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
|
237 |
| - 'rich==10.16.1;python_version>="3.6" and python_version<"4.0"', |
| 238 | + 'rich==10.16.2;python_version>="3.6" and python_version<"4.0"', |
238 | 239 | 'tornado==5.1.1;python_version<"3.5"',
|
239 | 240 | 'tornado==6.1;python_version>="3.5"',
|
240 | 241 | 'pdfminer.six==20191110;python_version<"3.5"',
|
|
0 commit comments