From 73a0a1ccead921f16c7945993d4e7c10a7448014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 17:45:35 +0000 Subject: [PATCH] Update matplotlib requirement from ~=3.8 to ~=3.9 Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.0...v3.9.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index df5d450..b2c3838 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ sunpy~=5.1 astropy~=6.0 numpy~=1.26 -matplotlib~=3.8 +matplotlib~=3.9 networkx~=3.3 ndcube~=2.2 diff --git a/requirements_dev.txt b/requirements_dev.txt index ec7e411..c2558ac 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ sunpy~=5.1 astropy~=6.0 numpy~=1.26 -matplotlib~=3.8 +matplotlib~=3.9 networkx~=3.3 ndcube~=2.2