From d2d63f7ea18ad14a7d2bc121fed13ad09f9f9304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 01:33:22 +0000 Subject: [PATCH] Bump regions from 0.7 to 0.8 Bumps [regions](https://github.com/astropy/regions) from 0.7 to 0.8. - [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.8) --- updated-dependencies: - dependency-name: regions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 75e427f..f13926b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ MOCpy >=0.13.*, < 0.14.0 pandas==2.0.0 plotly>=5.14.0.a, <=5.18.0 pyvo>=1.4.1, <=1.4.2 -regions==0.7 +regions==0.8 requests>=2.4.3 seaborn >=0.12.*, <=0.13.* specutils<=1.12.*, >=1.9.*