From 74840b914dfb1ca39a887389dc9066b6b3b9cfcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 10:35:18 +0000 Subject: [PATCH 1/2] build(deps): bump astropy from 5.3.4 to 6.0.0 Bumps [astropy](https://github.com/astropy/astropy) from 5.3.4 to 6.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.3.4...v6.0.0) --- updated-dependencies: - dependency-name: astropy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 036c481c..0eadeeb3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -astropy==5.3.4 +astropy==6.0.0 matplotlib==3.8.1 numpy==1.26.1 scipy==1.11.3 From c606ac8ef9440ff3278ce9af9ebd19b7faa9793d Mon Sep 17 00:00:00 2001 From: Bradley Sappington <101193271+BradleySappington@users.noreply.github.com> Date: Mon, 4 Dec 2023 13:53:51 -0500 Subject: [PATCH 2/2] Update requirements.txt bump scipy -> 1.11.4, numpy -> 1.26.2, matplotlib -> 3.8.2 --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0eadeeb3..3d69786c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ astropy==6.0.0 -matplotlib==3.8.1 -numpy==1.26.1 -scipy==1.11.3 +matplotlib==3.8.2 +numpy==1.26.2 +scipy==1.11.4