From a276fed0902033a2325d43790adf0827f55f00d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jan 2022 13:15:13 +0000 Subject: [PATCH] Bump specutils from 1.3 to 1.6.0 Bumps [specutils](https://github.com/astropy/specutils) from 1.3 to 1.6.0. - [Release notes](https://github.com/astropy/specutils/releases) - [Changelog](https://github.com/astropy/specutils/blob/main/CHANGES.rst) - [Commits](https://github.com/astropy/specutils/compare/v1.3...v1.6.0) --- updated-dependencies: - dependency-name: specutils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ee5848eb6..c6341770e 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ 'plotly~=5.0', 'python-dateutil~=2.8', 'requests~=2.25', - 'specutils==1.3', + 'specutils==1.6.0', ], extras_require={ 'test': ['factory_boy==3.2.0'],