From 494ae627cbd8f6d9c9861b17dc92a30c7d3ed04b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 08:13:13 -0800 Subject: [PATCH] MNT: (deps): Bump matplotlib from 3.8.3 to 3.8.4 in /ci (#319) Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.3 to 3.8.4. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.3...v3.8.4) --- 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 5b68239..3b62372 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,5 +1,5 @@ #python>=3.8 -matplotlib==3.8.3 +matplotlib==3.8.4 numpy==1.26.4 pandas==2.2.2 xlrd>=1.0.0 diff --git a/ci/requirements_dev.txt b/ci/requirements_dev.txt index 282a764..bf31815 100644 --- a/ci/requirements_dev.txt +++ b/ci/requirements_dev.txt @@ -1,5 +1,5 @@ #python>=3.8 -matplotlib==3.8.3 +matplotlib==3.8.4 numpy==1.26.4 pandas==2.2.2 xlrd>=1.0.0