From 15f25553bbb95f2a56e314a3b8232664551b06f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:09:18 +0000 Subject: [PATCH 1/2] build(deps): bump matplotlib from 3.9.0 to 3.9.1 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.0 to 3.9.1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.0...v3.9.1) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 30f663f3..60006fbd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ astropy==6.1.1 -matplotlib==3.9.0 +matplotlib==3.9.1 numpy==2.0.0 scipy==1.14.0 From e3ec24a1fa1c0d604b9812996cc0db90028e64a5 Mon Sep 17 00:00:00 2001 From: Bradley Sappington <101193271+BradleySappington@users.noreply.github.com> Date: Mon, 5 Aug 2024 10:17:37 -0400 Subject: [PATCH 2/2] Update requirements.txt include other dependabot versions astropy==6.1.2 numpy==2.0.1 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 60006fbd..b435cf75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -astropy==6.1.1 +astropy==6.1.2 matplotlib==3.9.1 -numpy==2.0.0 +numpy==2.0.1 scipy==1.14.0