From 347e0bf5101778985df75eef5bef0bc185216da4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 01:02:33 +0000 Subject: [PATCH] build(deps): update specutils requirement from >=1.18.0 to >=2.1.0 Updates the requirements on [specutils](https://github.com/astropy/specutils) to permit the latest version. - [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.18.0...v2.1.0) --- updated-dependencies: - dependency-name: specutils dependency-version: 2.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 029c394..864f182 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ pandas>=2.0.3 plotly>=5.14.0.a pyvo>=1.4.1 regions>=0.7 -specutils>=1.18.0 +specutils>=2.1.0