|
133 | 133 | 'setuptools>=44.1.1;python_version<"3.5"',
|
134 | 134 | 'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
|
135 | 135 | 'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
|
136 |
| - 'setuptools>=62.6.0;python_version>="3.7"', |
| 136 | + 'setuptools>=63.1.0;python_version>="3.7"', |
137 | 137 | 'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"',
|
138 | 138 | 'tomli>=2.0.1;python_version>="3.7"',
|
139 | 139 | "wheel>=0.37.1",
|
|
223 | 223 | 'cryptography==2.9.2;python_version<"3.5"',
|
224 | 224 | 'cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"',
|
225 | 225 | 'cryptography==36.0.2;python_version>="3.6" and python_version<"3.7"',
|
226 |
| - 'cryptography==37.0.2;python_version>="3.7"', |
| 226 | + 'cryptography==37.0.4;python_version>="3.7"', |
227 | 227 | 'pygments==2.5.2;python_version<"3.5"',
|
228 | 228 | 'pygments==2.11.2;python_version>="3.5" and python_version<"3.6"',
|
229 | 229 | 'pygments==2.12.0;python_version>="3.6"',
|
|
257 | 257 | 'typing-extensions==4.2.0;python_version>="3.7" and python_version<"3.9"', # noqa: E501
|
258 | 258 | 'rich==12.4.4;python_version>="3.6" and python_version<"4.0"',
|
259 | 259 | 'tornado==5.1.1;python_version<"3.5"',
|
260 |
| - 'tornado==6.1;python_version>="3.5"', |
| 260 | + 'tornado==6.1;python_version>="3.5" and python_version<"3.7"', |
| 261 | + 'tornado==6.2;python_version>="3.7"', |
261 | 262 | 'pdfminer.six==20191110;python_version<"3.5"',
|
262 | 263 | 'pdfminer.six==20201018;python_version>="3.5" and python_version<"3.6"', # noqa: E501
|
263 | 264 | 'pdfminer.six==20211012;python_version>="3.6" and python_version<"3.7"', # noqa: E501
|
|
0 commit comments