|
121 | 121 | "typing-extensions>=3.10.0.2",
|
122 | 122 | 'setuptools>=44.1.1;python_version<"3.5"',
|
123 | 123 | 'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
|
124 |
| - 'setuptools>=58.5.2;python_version>="3.6"', |
| 124 | + 'setuptools>=58.5.3;python_version>="3.6"', |
125 | 125 | 'setuptools-scm==5.0.2;python_version<"3.6"',
|
126 | 126 | 'setuptools-scm>=6.3.2;python_version>="3.6"',
|
127 | 127 | 'tomli>=1.2.2;python_version>="3.6"',
|
|
166 | 166 | 'pluggy==0.13.1;python_version<"3.6"',
|
167 | 167 | 'pluggy==1.0.0;python_version>="3.6"',
|
168 | 168 | 'py==1.8.1;python_version<"3.5"',
|
169 |
| - 'py==1.10.0;python_version>="3.5"', |
| 169 | + 'py==1.11.0;python_version>="3.5"', |
170 | 170 | 'pytest==4.6.11;python_version<"3.5"',
|
171 | 171 | 'pytest==6.1.2;python_version>="3.5" and python_version<"3.6"',
|
172 | 172 | 'pytest==6.2.5;python_version>="3.6"',
|
|
199 | 199 | 'traitlets==5.1.1;python_version>="3.7"',
|
200 | 200 | 'prompt-toolkit==1.0.18;python_version<"3.5"',
|
201 | 201 | 'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6.2"', # noqa: E501
|
202 |
| - 'prompt-toolkit==3.0.21;python_version>="3.6.2"', |
| 202 | + 'prompt-toolkit==3.0.22;python_version>="3.6.2"', |
203 | 203 | 'decorator==4.4.2;python_version<"3.5"',
|
204 | 204 | 'decorator==5.1.0;python_version>="3.5"',
|
205 | 205 | 'ipython==5.10.0;python_version<"3.5"',
|
|
0 commit comments