From 2ac99143c60895aaa03bfb2ebef5e2a857c72936 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 08:38:43 -0800 Subject: [PATCH] MNT: (deps): Bump matplotlib from 3.8.0 to 3.8.1 in /ci (#282) Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.0...v3.8.1) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 efb9259..9280ea4 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,5 +1,5 @@ #python>=3.8 -matplotlib==3.8.0 +matplotlib==3.8.1 numpy==1.26.2 pandas==2.1.3 xlrd>=1.0.0 diff --git a/ci/requirements_dev.txt b/ci/requirements_dev.txt index 6a3e2ab..d7255d0 100644 --- a/ci/requirements_dev.txt +++ b/ci/requirements_dev.txt @@ -1,5 +1,5 @@ #python>=3.8 -matplotlib==3.8.0 +matplotlib==3.8.1 numpy==1.26.2 pandas==2.1.3 xlrd>=1.0.0