|
127 | 127 | 'tomli>=1.2.1;python_version>="3.6"',
|
128 | 128 | "wheel>=0.37.0",
|
129 | 129 | "attrs>=21.2.0",
|
130 |
| - 'PyYAML>=5.4.1;python_version>="3.6"', |
| 130 | + 'PyYAML>=6.0;python_version>="3.6"', |
131 | 131 | "sortedcontainers==2.4.0",
|
132 | 132 | "certifi>=2021.10.8",
|
133 | 133 | "six==1.16.0",
|
|
139 | 139 | 'jedi==0.17.2;python_version<"3.6"',
|
140 | 140 | 'jedi==0.18.0;python_version>="3.6"',
|
141 | 141 | 'idna==2.10;python_version<"3.6"', # Must stay in sync with "requests"
|
142 |
| - 'idna==3.2;python_version>="3.6"', # Must stay in sync with "requests" |
| 142 | + 'idna==3.3;python_version>="3.6"', # Must stay in sync with "requests" |
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 |
| - 'charset-normalizer==2.0.6;python_version>="3.5"', # Sync "requests" |
| 145 | + 'charset-normalizer==2.0.7;python_version>="3.5"', # Sync "requests" |
146 | 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"',
|
|
212 | 212 | 'pymysql==1.0.2;python_version>="3.6"',
|
213 | 213 | "pyotp==2.6.0",
|
214 | 214 | "boto==2.49.0",
|
215 |
| - "cffi==1.14.6", |
| 215 | + "cffi==1.15.0", |
216 | 216 | "toml==0.10.2",
|
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"',
|
|
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"',
|
224 |
| - 'pdfminer.six==20201018;python_version>="3.5"', |
| 224 | + 'pdfminer.six==20201018;python_version>="3.5" and python_version<"3.6"', # noqa: E501 |
| 225 | + 'pdfminer.six==20211012;python_version>="3.6"', |
225 | 226 | ],
|
226 | 227 | extras_require={
|
227 | 228 | # pip install -e .[coverage]
|
228 | 229 | "coverage": [
|
229 | 230 | 'coverage==5.5;python_version<"3.6"',
|
230 |
| - 'coverage==6.0.1;python_version>="3.6"', |
| 231 | + 'coverage==6.0.2;python_version>="3.6"', |
231 | 232 | 'pytest-cov==2.12.1;python_version<"3.6"',
|
232 | 233 | 'pytest-cov==3.0.0;python_version>="3.6"',
|
233 | 234 | ],
|
|
0 commit comments