From 61b5598167434a01a5fecfe975f95d9d3cbe3901 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 13:18:58 +0000 Subject: [PATCH] Bump specutils from 1.3 to 1.3.1 Bumps [specutils](https://github.com/astropy/specutils) from 1.3 to 1.3.1. - [Release notes](https://github.com/astropy/specutils/releases) - [Changelog](https://github.com/astropy/specutils/blob/v1.3.1/CHANGES.rst) - [Commits](https://github.com/astropy/specutils/compare/v1.3...v1.3.1) --- updated-dependencies: - dependency-name: specutils dependency-type: direct:production update-type: version-update:semver-patch ... 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..da439adb7 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.3.1', ], extras_require={ 'test': ['factory_boy==3.2.0'],