From 97b2bec71b8233cea55fd5cac0e35d9ccd459765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 21:56:46 +0000 Subject: [PATCH] --- 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 07f32ed..4204a33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ astropy~=6.0 scipy~=1.13 scikit-image~=0.22 sep~=1.2 -matplotlib~=3.8 +matplotlib~=3.9 diff --git a/requirements_dev.txt b/requirements_dev.txt index 2a6794a..c4baa28 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,7 +6,7 @@ astropy~=6.0 scipy~=1.13 scikit-image~=0.22 sep~=1.2 -matplotlib~=3.8 +matplotlib~=3.9 pytest pytest-runner