From 579423f0eb7a3a023eeb2a9bde1882cd70ce5052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 12:07:33 +0000 Subject: [PATCH] Bump astropy from 4.2.1 to 4.3.1 Bumps [astropy](https://github.com/astropy/astropy) from 4.2.1 to 4.3.1. - [Release notes](https://github.com/astropy/astropy/releases) - [Changelog](https://github.com/astropy/astropy/blob/main/docs/changelog.rst) - [Commits](https://github.com/astropy/astropy/compare/v4.2.1...v4.3.1) --- updated-dependencies: - dependency-name: astropy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7d042d48..12ae47d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ ampel-interface==0.7.1 ampel-photometry==0.7.1 ampel-ztf==0.7.4 astrobject==0.8.6 -astropy==4.2.1 +astropy==4.3.1 astropy_healpix==0.6 backoff==1.11.1 bs4==0.0.1 diff --git a/setup.py b/setup.py index 491177c6..75e24ef4 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ "ampel-photometry == 0.7.1", "ampel-ztf == 0.7.4", "astrobject == 0.8.6", - "astropy == 4.2.1", + "astropy == 4.3.1", "astropy_healpix == 0.6", "backoff == 1.11.1", "bs4 == 0.0.1",