|
134 | 134 | 'setuptools>=60.7.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 |
| - 'tomli>=1.2.2;python_version>="3.6" and python_version<"3.7"', |
| 137 | + 'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"', |
138 | 138 | 'tomli>=2.0.0;python_version>="3.7"',
|
139 | 139 | "wheel>=0.37.1",
|
140 | 140 | "attrs>=21.4.0",
|
|
155 | 155 | 'chardet==4.0.0;python_version>="3.5"', # Stay in sync with "requests"
|
156 | 156 | 'charset-normalizer==2.0.11;python_version>="3.5"', # Sync "requests"
|
157 | 157 | "urllib3==1.26.8", # Must stay in sync with "requests"
|
158 |
| - 'requests==2.27.0;python_version<"3.5"', |
| 158 | + 'requests==2.27.1;python_version<"3.5"', |
159 | 159 | 'requests==2.25.1;python_version>="3.5" and python_version<"3.6"',
|
160 | 160 | 'requests==2.27.1;python_version>="3.6"',
|
161 | 161 | "nose==1.3.7",
|
|
208 | 208 | 'beautifulsoup4==4.10.0;python_version>="3.5"',
|
209 | 209 | 'cryptography==2.9.2;python_version<"3.5"',
|
210 | 210 | 'cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"',
|
211 |
| - 'cryptography==3.4.8;python_version>="3.6" and python_version<"3.7"', |
212 |
| - 'cryptography==36.0.1;python_version>="3.7"', |
| 211 | + 'cryptography==36.0.1;python_version>="3.6"', |
213 | 212 | 'pygments==2.5.2;python_version<"3.5"',
|
214 | 213 | 'pygments==2.11.2;python_version>="3.5"',
|
215 | 214 | 'prompt-toolkit==1.0.18;python_version<"3.5"',
|
216 |
| - 'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6.2"', # noqa: E501 |
217 |
| - 'prompt-toolkit==3.0.26;python_version>="3.6.2"', |
| 215 | + 'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6"', # noqa: E501 |
| 216 | + 'prompt-toolkit==3.0.26;python_version>="3.6"', |
218 | 217 | 'decorator==4.4.2;python_version<"3.5"',
|
219 | 218 | 'decorator==5.1.1;python_version>="3.5"',
|
220 | 219 | 'ipython==5.10.0;python_version<"3.5"',
|
|
226 | 225 | 'platformdirs==2.0.2;python_version<"3.6"',
|
227 | 226 | 'platformdirs==2.4.0;python_version>="3.6" and python_version<"3.7"',
|
228 | 227 | 'platformdirs==2.4.1;python_version>="3.7"',
|
229 |
| - 'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv" |
230 |
| - 'importlib-metadata==2.0.0;python_version<"3.5"', |
231 |
| - 'importlib-metadata==2.1.1;python_version>="3.5" and python_version<"3.6"', # noqa: E501 |
232 |
| - "virtualenv>=20.13.0", # Sync with importlib-metadata and pathlib2 |
| 228 | + 'pathlib2==2.3.6;python_version<"3.5"', # Sync with "virtualenv" |
| 229 | + 'importlib-metadata==2.1.3;python_version<"3.6"', |
| 230 | + 'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501 |
| 231 | + "virtualenv>=20.13.1", # Sync with importlib-metadata and pathlib2 |
233 | 232 | "pycparser==2.21",
|
234 | 233 | 'pymysql==0.10.1;python_version<"3.6"',
|
235 | 234 | 'pymysql==1.0.2;python_version>="3.6"',
|
|
244 | 243 | 'Pillow==9.0.1;python_version>="3.7"',
|
245 | 244 | 'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.8 for "rich"
|
246 | 245 | 'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
|
247 |
| - 'rich==11.1.0;python_version>="3.6.2" and python_version<"4.0"', |
| 246 | + 'rich==11.1.0;python_version>="3.6" and python_version<"4.0"', |
248 | 247 | 'tornado==5.1.1;python_version<"3.5"',
|
249 | 248 | 'tornado==6.1;python_version>="3.5"',
|
250 | 249 | 'pdfminer.six==20191110;python_version<"3.5"',
|
|
0 commit comments