|
131 | 131 | 'setuptools>=44.1.1;python_version<"3.5"',
|
132 | 132 | 'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
|
133 | 133 | 'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
|
134 |
| - 'setuptools>=62.4.0;python_version>="3.7"', |
| 134 | + 'setuptools>=62.6.0;python_version>="3.7"', |
135 | 135 | 'setuptools-scm>=5.0.2;python_version<"3.6"',
|
136 | 136 | 'setuptools-scm>=6.4.2;python_version>="3.6"',
|
137 | 137 | 'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"',
|
|
140 | 140 | "attrs>=21.4.0",
|
141 | 141 | 'PyYAML>=6.0;python_version>="3.6"',
|
142 | 142 | 'traitlets>=4.3.3;python_version<"3.7"',
|
143 |
| - 'traitlets>=5.2.2.post1;python_version>="3.7"', |
| 143 | + 'traitlets>=5.3.0;python_version>="3.7"', |
144 | 144 | 'certifi>=2021.10.8;python_version<"3.5"',
|
145 | 145 | 'certifi>=2022.5.18;python_version>="3.5" and python_version<"3.6"',
|
146 |
| - 'certifi>=2022.5.18.1;python_version>="3.6"', |
| 146 | + 'certifi>=2022.6.15;python_version>="3.6"', |
147 | 147 | 'filelock>=3.2.1;python_version<"3.6"',
|
148 | 148 | 'filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"',
|
149 | 149 | 'filelock>=3.7.1;python_version>="3.7"',
|
|
236 | 236 | 'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
|
237 | 237 | 'ipython==7.34.0;python_version>="3.7"', # Requires matplotlib-inline
|
238 | 238 | 'matplotlib-inline==0.1.3;python_version>="3.7"', # ipython needs this
|
239 |
| - "colorama==0.4.4", |
| 239 | + "colorama==0.4.5", |
240 | 240 | 'importlib-metadata==2.1.3;python_version<"3.6"',
|
241 | 241 | 'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
|
242 | 242 | "pycparser==2.21",
|
|
0 commit comments