|
124 | 124 | python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
|
125 | 125 | install_requires=[
|
126 | 126 | 'pip>=20.3.4;python_version<"3.6"',
|
127 |
| - 'pip>=21.3.1;python_version>="3.6"', |
| 127 | + 'pip>=21.3.1;python_version>="3.6" and python_version<"3.7"', |
| 128 | + 'pip>=22.0.2;python_version>="3.7"', |
128 | 129 | 'packaging>=20.9;python_version<"3.6"',
|
129 | 130 | 'packaging>=21.3;python_version>="3.6"',
|
130 | 131 | 'setuptools>=44.1.1;python_version<"3.5"',
|
131 | 132 | 'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
|
132 | 133 | 'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
|
133 |
| - 'setuptools>=60.5.0;python_version>="3.7"', |
| 134 | + 'setuptools>=60.6.0;python_version>="3.7"', |
134 | 135 | 'setuptools-scm>=5.0.2;python_version<"3.6"',
|
135 | 136 | 'setuptools-scm>=6.4.2;python_version>="3.6"',
|
136 | 137 | 'tomli>=1.2.2;python_version>="3.6" and python_version<"3.7"',
|
|
152 | 153 | 'idna==3.3;python_version>="3.6"', # Must stay in sync with "requests"
|
153 | 154 | 'chardet==3.0.4;python_version<"3.5"', # Stay in sync with "requests"
|
154 | 155 | 'chardet==4.0.0;python_version>="3.5"', # Stay in sync with "requests"
|
155 |
| - 'charset-normalizer==2.0.10;python_version>="3.5"', # Sync "requests" |
| 156 | + 'charset-normalizer==2.0.11;python_version>="3.5"', # Sync "requests" |
156 | 157 | "urllib3==1.26.8", # Must stay in sync with "requests"
|
157 | 158 | 'requests==2.27.0;python_version<"3.5"',
|
158 | 159 | 'requests==2.25.1;python_version>="3.5" and python_version<"3.6"',
|
|
162 | 163 | 'h11==0.13.0;python_version>="3.7"',
|
163 | 164 | 'trio==0.19.0;python_version>="3.7"',
|
164 | 165 | 'trio-websocket==0.9.2;python_version>="3.7"',
|
165 |
| - 'pyopenssl==21.0.0;python_version>="3.7"', |
| 166 | + 'pyopenssl==22.0.0;python_version>="3.7"', |
166 | 167 | 'wsproto==1.0.0;python_version>="3.7"',
|
167 | 168 | 'selenium==3.141.0;python_version<"3.7"',
|
168 | 169 | 'selenium==4.1.0;python_version>="3.7"',
|
|
213 | 214 | 'pygments==2.11.2;python_version>="3.5"',
|
214 | 215 | 'prompt-toolkit==1.0.18;python_version<"3.5"',
|
215 | 216 | 'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6.2"', # noqa: E501
|
216 |
| - 'prompt-toolkit==3.0.24;python_version>="3.6.2"', |
| 217 | + 'prompt-toolkit==3.0.26;python_version>="3.6.2"', |
217 | 218 | 'decorator==4.4.2;python_version<"3.5"',
|
218 | 219 | 'decorator==5.1.1;python_version>="3.5"',
|
219 | 220 | 'ipython==5.10.0;python_version<"3.5"',
|
|
243 | 244 | 'Pillow==9.0.0;python_version>="3.7"',
|
244 | 245 | 'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.8 for "rich"
|
245 | 246 | 'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
|
246 |
| - 'rich==11.0.0;python_version>="3.6" and python_version<"4.0"', |
| 247 | + 'rich==11.1.0;python_version>="3.6.2" and python_version<"4.0"', |
247 | 248 | 'tornado==5.1.1;python_version<"3.5"',
|
248 | 249 | 'tornado==6.1;python_version>="3.5"',
|
249 | 250 | 'pdfminer.six==20191110;python_version<"3.5"',
|
|
0 commit comments