|
131 | 131 | 'setuptools>=44.1.1;python_version<"3.5"',
|
132 | 132 | 'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
|
133 | 133 | 'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
|
134 |
| - 'setuptools>=62.3.3;python_version>="3.7"', |
| 134 | + 'setuptools>=62.4.0;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 | 137 | 'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"',
|
|
165 | 165 | "urllib3==1.26.9", # Must stay in sync with "requests"
|
166 | 166 | 'requests==2.27.1;python_version<"3.5"',
|
167 | 167 | 'requests==2.25.1;python_version>="3.5" and python_version<"3.6"',
|
168 |
| - 'requests==2.27.1;python_version>="3.6"', |
| 168 | + 'requests==2.27.1;python_version>="3.6" and python_version<"3.7"', |
| 169 | + 'requests==2.28.0;python_version>="3.7"', |
169 | 170 | "nose==1.3.7",
|
170 | 171 | 'sniffio==1.2.0;python_version>="3.7"',
|
171 | 172 | 'h11==0.13.0;python_version>="3.7"',
|
| 173 | + 'outcome==1.2.0;python_version>="3.7"', |
172 | 174 | 'trio==0.21.0;python_version>="3.7"',
|
173 | 175 | 'trio-websocket==0.9.2;python_version>="3.7"',
|
174 | 176 | 'pyopenssl==22.0.0;python_version>="3.7"',
|
|
257 | 259 | 'pdfminer.six==20191110;python_version<"3.5"',
|
258 | 260 | 'pdfminer.six==20201018;python_version>="3.5" and python_version<"3.6"', # noqa: E501
|
259 | 261 | 'pdfminer.six==20211012;python_version>="3.6" and python_version<"3.7"', # noqa: E501
|
260 |
| - 'pdfminer.six==20220319;python_version>="3.7"', |
| 262 | + 'pdfminer.six==20220524;python_version>="3.7"', |
261 | 263 | ],
|
262 | 264 | extras_require={
|
263 | 265 | # pip install -e .[coverage]
|
|
0 commit comments