From 094ae70851f45de2bc4aaebbdbed6a4e008fd63e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 01:02:39 +0000 Subject: [PATCH] build(deps): update regions requirement from >=0.7 to >=0.10 Updates the requirements on [regions](https://github.com/astropy/regions) to permit the latest version. - [Release notes](https://github.com/astropy/regions/releases) - [Changelog](https://github.com/astropy/regions/blob/main/CHANGES.rst) - [Commits](https://github.com/astropy/regions/compare/v0.7...v0.10) --- updated-dependencies: - dependency-name: regions dependency-version: '0.10' 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..2a07197 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,5 @@ MOCpy>=0.15.0 pandas>=2.0.3 plotly>=5.14.0.a pyvo>=1.4.1 -regions>=0.7 +regions>=0.10 specutils>=1.18.0