|
123 | 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.2.0;python_version>="3.6"', |
| 126 | + 'setuptools>=59.3.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"',
|
|
201 | 201 | 'pygments==2.10.0;python_version>="3.5"',
|
202 | 202 | 'prompt-toolkit==1.0.18;python_version<"3.5"',
|
203 | 203 | 'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6.2"', # noqa: E501
|
204 |
| - 'prompt-toolkit==3.0.22;python_version>="3.6.2"', |
| 204 | + 'prompt-toolkit==3.0.23;python_version>="3.6.2"', |
205 | 205 | 'decorator==4.4.2;python_version<"3.5"',
|
206 | 206 | 'decorator==5.1.0;python_version>="3.5"',
|
207 | 207 | 'ipython==5.10.0;python_version<"3.5"',
|
208 | 208 | 'ipython==7.9.0;python_version>="3.5" and python_version<"3.6"',
|
209 | 209 | 'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
|
210 |
| - 'ipython==7.29.0;python_version>="3.7"', # Requires matplotlib-inline |
| 210 | + 'ipython==7.30.0;python_version>="3.7"', # Requires matplotlib-inline |
211 | 211 | 'matplotlib-inline==0.1.3;python_version>="3.7"', # ipython needs this
|
212 | 212 | "colorama==0.4.4",
|
213 | 213 | 'platformdirs==2.0.2;python_version<"3.6"',
|
|
239 | 239 | # pip install -e .[coverage]
|
240 | 240 | "coverage": [
|
241 | 241 | 'coverage==5.5;python_version<"3.6"',
|
242 |
| - 'coverage==6.1.2;python_version>="3.6"', |
| 242 | + 'coverage==6.2;python_version>="3.6"', |
243 | 243 | 'pytest-cov==2.12.1;python_version<"3.6"',
|
244 | 244 | 'pytest-cov==3.0.0;python_version>="3.6"',
|
245 | 245 | ],
|
|
0 commit comments