|
123 | 123 | 'packaging>=21.2;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.0.1;python_version>="3.6"', |
| 126 | + 'setuptools>=59.1.1;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"',
|
|
139 | 139 | 'parso==0.7.1;python_version<"3.6"',
|
140 | 140 | 'parso==0.8.2;python_version>="3.6"',
|
141 | 141 | 'jedi==0.17.2;python_version<"3.6"',
|
142 |
| - 'jedi==0.18.0;python_version>="3.6"', |
| 142 | + 'jedi==0.18.1;python_version>="3.6"', |
143 | 143 | 'idna==2.10;python_version<"3.6"', # Must stay in sync with "requests"
|
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"
|
|
163 | 163 | "cssselect==1.1.0",
|
164 | 164 | "sortedcontainers==2.4.0",
|
165 | 165 | 'filelock==3.2.1;python_version<"3.6"',
|
166 |
| - 'filelock==3.3.2;python_version>="3.6"', |
| 166 | + 'filelock==3.4.0;python_version>="3.6"', |
167 | 167 | 'fasteners==0.16;python_version<"3.5"',
|
168 | 168 | 'fasteners==0.16.3;python_version>="3.5"',
|
169 | 169 | "execnet==1.9.0",
|
|
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 | 229 | 'typing-extensions==3.10.0.2;python_version<"3.8"', # Sync with "rich"
|
230 |
| - 'rich==10.13.0;python_version>="3.6" and python_version<"4.0"', |
| 230 | + 'rich==10.14.0;python_version>="3.6" and python_version<"4.0"', |
231 | 231 | 'tornado==5.1.1;python_version<"3.5"',
|
232 | 232 | 'tornado==6.1;python_version>="3.5"',
|
233 | 233 | 'pdfminer.six==20191110;python_version<"3.5"',
|
|
0 commit comments