From 487c7fcdb53cd34ccfc1a18843338bb9a170ebc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 13:33:11 +0000 Subject: [PATCH] MNT: (deps): Bump matplotlib from 3.7.2 to 3.8.0 in /ci Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.2 to 3.8.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.7.2...v3.8.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ci/requirements.txt | 2 +- ci/requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/requirements.txt b/ci/requirements.txt index d4e08df..438e78e 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,5 +1,5 @@ #python>=3.8 -matplotlib==3.7.2 +matplotlib==3.8.0 numpy==1.25.2 pandas==2.1.0 xlrd>=1.0.0 diff --git a/ci/requirements_dev.txt b/ci/requirements_dev.txt index cde83e6..1fe00d3 100644 --- a/ci/requirements_dev.txt +++ b/ci/requirements_dev.txt @@ -1,5 +1,5 @@ #python>=3.8 -matplotlib==3.7.2 +matplotlib==3.8.0 numpy==1.25.2 pandas==2.1.0 xlrd>=1.0.0