|
120 | 120 | 'pip>=20.3.4;python_version<"3.6"',
|
121 | 121 | 'pip>=21.3.1;python_version>="3.6"',
|
122 | 122 | 'packaging>=20.9;python_version<"3.6"',
|
123 |
| - 'packaging>=21.2;python_version>="3.6"', |
| 123 | + 'packaging>=21.3;python_version>="3.6"', |
124 | 124 | 'setuptools>=44.1.1;python_version<"3.5"',
|
125 | 125 | 'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
|
126 |
| - 'setuptools>=59.1.1;python_version>="3.6"', |
| 126 | + 'setuptools>=59.2.0;python_version>="3.6"', |
127 | 127 | 'setuptools-scm>=5.0.2;python_version<"3.6"',
|
128 | 128 | 'setuptools-scm>=6.3.2;python_version>="3.6"',
|
129 | 129 | 'tomli>=1.2.2;python_version>="3.6"',
|
|
144 | 144 | 'idna==3.3;python_version>="3.6"', # Must stay in sync with "requests"
|
145 | 145 | 'chardet==3.0.4;python_version<"3.5"', # Stay in sync with "requests"
|
146 | 146 | 'chardet==4.0.0;python_version>="3.5"', # Stay in sync with "requests"
|
147 |
| - 'charset-normalizer==2.0.7;python_version>="3.5"', # Sync "requests" |
| 147 | + 'charset-normalizer==2.0.8;python_version>="3.5"', # Sync "requests" |
148 | 148 | "urllib3==1.26.7", # Must stay in sync with "requests"
|
149 | 149 | 'requests==2.26.0;python_version<"3.5"',
|
150 | 150 | 'requests==2.25.1;python_version>="3.5" and python_version<"3.6"',
|
|
156 | 156 | 'pyopenssl==21.0.0;python_version>="3.7"',
|
157 | 157 | 'wsproto==1.0.0;python_version>="3.7"',
|
158 | 158 | 'selenium==3.141.0;python_version<"3.7"',
|
159 |
| - 'selenium==4.0.0;python_version>="3.7"', |
| 159 | + 'selenium==4.1.0;python_version>="3.7"', |
160 | 160 | 'msedge-selenium-tools==3.141.3;python_version<"3.7"',
|
161 | 161 | 'more-itertools==5.0.0;python_version<"3.5"',
|
162 |
| - 'more-itertools==8.11.0;python_version>="3.5"', |
| 162 | + 'more-itertools==8.12.0;python_version>="3.5"', |
163 | 163 | "cssselect==1.1.0",
|
164 | 164 | "sortedcontainers==2.4.0",
|
165 | 165 | 'filelock==3.2.1;python_version<"3.6"',
|
|
196 | 196 | 'cryptography==2.9.2;python_version<"3.5"',
|
197 | 197 | 'cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"',
|
198 | 198 | 'cryptography==3.4.8;python_version>="3.6" and python_version<"3.7"',
|
199 |
| - 'cryptography==35.0.0;python_version>="3.7"', |
| 199 | + 'cryptography==36.0.0;python_version>="3.7"', |
200 | 200 | 'pygments==2.5.2;python_version<"3.5"',
|
201 | 201 | 'pygments==2.10.0;python_version>="3.5"',
|
202 | 202 | 'prompt-toolkit==1.0.18;python_version<"3.5"',
|
|
226 | 226 | 'Pillow==6.2.2;python_version<"3.5"',
|
227 | 227 | 'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
|
228 | 228 | 'Pillow==8.4.0;python_version>="3.6"',
|
229 |
| - 'typing-extensions==3.10.0.2;python_version<"3.8"', # Sync with "rich" |
| 229 | + 'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.8 for "rich" |
| 230 | + 'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501 |
230 | 231 | 'rich==10.14.0;python_version>="3.6" and python_version<"4.0"',
|
231 | 232 | 'tornado==5.1.1;python_version<"3.5"',
|
232 | 233 | 'tornado==6.1;python_version>="3.5"',
|
|
0 commit comments