From ada1dd008790bbb1c76db15d9725fa0ab682336e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 17:26:14 +0000 Subject: [PATCH] Bump astropy from 5.2.1 to 7.0.0 in /extra_requirements Bumps [astropy](https://github.com/astropy/astropy) from 5.2.1 to 7.0.0. - [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/v5.2.1...v7.0.0) --- updated-dependencies: - dependency-name: astropy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- extra_requirements/requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra_requirements/requirements-tests.txt b/extra_requirements/requirements-tests.txt index ec93de9..c553dce 100644 --- a/extra_requirements/requirements-tests.txt +++ b/extra_requirements/requirements-tests.txt @@ -1,5 +1,5 @@ astropy==4.3.1; python_version<='3.7' -astropy==5.2.1; python_version>'3.7' +astropy==7.0.0; python_version>'3.7' coverage==6.5.0 coveralls==3.3.1 galpy==1.8.3