|
126 | 126 | 'setuptools>=44.1.1;python_version<"3.5"',
|
127 | 127 | 'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
|
128 | 128 | 'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
|
129 |
| - 'setuptools>=60.2.0;python_version>="3.7"', |
| 129 | + 'setuptools>=60.3.1;python_version>="3.7"', |
130 | 130 | 'setuptools-scm>=5.0.2;python_version<"3.6"',
|
131 | 131 | 'setuptools-scm>=6.3.2;python_version>="3.6"',
|
132 | 132 | 'tomli>=1.2.2;python_version>="3.6" and python_version<"3.7"',
|
|
149 | 149 | 'chardet==3.0.4;python_version<"3.5"', # Stay in sync with "requests"
|
150 | 150 | 'chardet==4.0.0;python_version>="3.5"', # Stay in sync with "requests"
|
151 | 151 | 'charset-normalizer==2.0.10;python_version>="3.5"', # Sync "requests"
|
152 |
| - "urllib3==1.26.7", # Must stay in sync with "requests" |
| 152 | + "urllib3==1.26.8", # Must stay in sync with "requests" |
153 | 153 | 'requests==2.27.0;python_version<"3.5"',
|
154 | 154 | 'requests==2.25.1;python_version>="3.5" and python_version<"3.6"',
|
155 | 155 | 'requests==2.27.1;python_version>="3.6"',
|
|
204 | 204 | 'cryptography==3.4.8;python_version>="3.6" and python_version<"3.7"',
|
205 | 205 | 'cryptography==36.0.1;python_version>="3.7"',
|
206 | 206 | 'pygments==2.5.2;python_version<"3.5"',
|
207 |
| - 'pygments==2.11.1;python_version>="3.5"', |
| 207 | + 'pygments==2.11.2;python_version>="3.5"', |
208 | 208 | 'prompt-toolkit==1.0.18;python_version<"3.5"',
|
209 | 209 | 'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6.2"', # noqa: E501
|
210 | 210 | 'prompt-toolkit==3.0.24;python_version>="3.6.2"',
|
211 | 211 | 'decorator==4.4.2;python_version<"3.5"',
|
212 |
| - 'decorator==5.1.0;python_version>="3.5"', |
| 212 | + 'decorator==5.1.1;python_version>="3.5"', |
213 | 213 | 'ipython==5.10.0;python_version<"3.5"',
|
214 | 214 | 'ipython==7.9.0;python_version>="3.5" and python_version<"3.6"',
|
215 | 215 | 'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
|
|
0 commit comments