From c473b9cf276f32c5358e3052d7b24c3b0653b3be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 15:46:50 +0000 Subject: [PATCH 1/2] build(deps): bump numpy from 1.26.4 to 2.0.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.0.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.26.4...v2.0.0) --- updated-dependencies: - dependency-name: numpy 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 d6cbd9cd..b2677af6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ astropy==6.0.1 matplotlib==3.9.0 -numpy==1.26.4 +numpy==2.0.0 scipy==1.13.0 From de32e698e9adabc964aad4d8114590ecb76b12df Mon Sep 17 00:00:00 2001 From: Bradley Sappington <101193271+BradleySappington@users.noreply.github.com> Date: Fri, 12 Jul 2024 09:32:58 -0400 Subject: [PATCH 2/2] Update requirements.txt Merge all dependabot updates to single PR --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b2677af6..30f663f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -astropy==6.0.1 +astropy==6.1.1 matplotlib==3.9.0 numpy==2.0.0 -scipy==1.13.0 +scipy==1.14.0