From d2e3f15c841decef0d7158c1c772f33bab1e4ee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:16:08 +0000 Subject: [PATCH] Bump matplotlib from 3.9.3 to 3.10.0 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.3 to 3.10.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.3...v3.10.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aaefed2..f0ee323 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "0.0.0" # rolling release has no version description = "monitoring electricity management devices" dependencies = [ "gracefulkiller==0.4.7", - "matplotlib==3.9.3", + "matplotlib==3.10.0", "mausy5043-common==1.8.2", "numpy==2.2.0", "pandas==2.2.3", diff --git a/requirements.txt b/requirements.txt index 01c9583..f3de22b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # when changing this file also consider `pyproject.toml` and `environment.yml` gracefulkiller==0.4.7 -matplotlib==3.9.3 +matplotlib==3.10.0 mausy5043-common==1.8.2 numpy==2.2.0 pandas==2.2.3