|
121 | 121 | "typing-extensions>=3.10.0.2",
|
122 | 122 | 'setuptools>=44.1.1;python_version<"3.5"',
|
123 | 123 | 'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
|
124 |
| - 'setuptools>=58.0.4;python_version>="3.6"', |
| 124 | + 'setuptools>=58.1.0;python_version>="3.6"', |
125 | 125 | 'setuptools-scm==5.0.2;python_version<"3.6"',
|
126 | 126 | 'setuptools-scm>=6.3.2;python_version>="3.6"',
|
127 | 127 | 'tomli>=1.2.1;python_version>="3.6"',
|
|
143 | 143 | 'chardet==3.0.4;python_version<"3.5"', # Stay in sync with "requests"
|
144 | 144 | 'chardet==4.0.0;python_version>="3.5"', # Stay in sync with "requests"
|
145 | 145 | 'charset-normalizer==2.0.6;python_version>="3.5"', # Sync "requests"
|
146 |
| - "urllib3==1.26.6", # Must stay in sync with "requests" |
| 146 | + "urllib3==1.26.7", # Must stay in sync with "requests" |
147 | 147 | 'requests==2.26.0;python_version<"3.5"',
|
148 | 148 | 'requests==2.25.1;python_version>="3.5" and python_version<"3.6"',
|
149 | 149 | 'requests==2.26.0;python_version>="3.6"',
|
|
199 | 199 | 'ipython==5.10.0;python_version<"3.5"',
|
200 | 200 | 'ipython==7.9.0;python_version>="3.5" and python_version<"3.6"',
|
201 | 201 | 'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
|
202 |
| - 'ipython==7.27.0;python_version>="3.7"', # Requires matplotlib-inline |
| 202 | + 'ipython==7.28.0;python_version>="3.7"', # Requires matplotlib-inline |
203 | 203 | 'matplotlib-inline==0.1.3;python_version>="3.7"', # ipython needs this
|
204 | 204 | "colorama==0.4.4",
|
205 | 205 | 'platformdirs==2.0.2;python_version<"3.6"',
|
206 |
| - 'platformdirs==2.3.0;python_version>="3.6"', |
| 206 | + 'platformdirs==2.4.0;python_version>="3.6"', |
207 | 207 | 'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
|
208 | 208 | 'importlib-metadata==2.0.0;python_version<"3.5"',
|
209 | 209 | 'importlib-metadata==2.1.1;python_version>="3.5" and python_version<"3.6"', # noqa: E501
|
210 |
| - "virtualenv>=20.8.0", # Sync with importlib-metadata and pathlib2 |
| 210 | + "virtualenv>=20.8.1", # Sync with importlib-metadata and pathlib2 |
211 | 211 | 'pymysql==0.10.1;python_version<"3.6"',
|
212 | 212 | 'pymysql==1.0.2;python_version>="3.6"',
|
213 | 213 | "pyotp==2.6.0",
|
|
217 | 217 | 'Pillow==6.2.2;python_version<"3.5"',
|
218 | 218 | 'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
|
219 | 219 | 'Pillow==8.3.2;python_version>="3.6"',
|
220 |
| - 'rich==10.10.0;python_version>="3.6" and python_version<"4.0"', |
| 220 | + 'rich==10.11.0;python_version>="3.6" and python_version<"4.0"', |
221 | 221 | 'tornado==5.1.1;python_version<"3.5"',
|
222 | 222 | 'tornado==6.1;python_version>="3.5"',
|
223 | 223 | 'pdfminer.six==20191110;python_version<"3.5"',
|
|
0 commit comments