From f5beb8ca181880e0f7b08d2958b73b3c51ce259b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 13:17:34 +0000 Subject: [PATCH] Bump astropy from 4.2.1 to 5.0.4 Bumps [astropy](https://github.com/astropy/astropy) from 4.2.1 to 5.0.4. - [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...v5.0.4) --- updated-dependencies: - dependency-name: astropy dependency-type: direct:production update-type: version-update:semver-major ... 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..74a85d8f3 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ install_requires=[ 'astroquery>=0.4.1', 'astroplan==0.8', - 'astropy==4.2.1', + 'astropy==5.0.4', 'beautifulsoup4~=4.9', 'django~=3.1', # TOM Toolkit requires db math functions 'djangorestframework~=3.12',