From 2aa2d1eb5b66f4c5cfc7618ed9d35ccfb96ab3ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 01:37:42 +0000 Subject: [PATCH] Bump matplotlib from 3.10.3 to 3.10.9 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.10.3 to 3.10.9. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.3...v3.10.9) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 6731999..bff3d7c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ numpy==2.2.6 -matplotlib==3.10.3 +matplotlib==3.10.9 setuptools>=40.8.0 vulture>=1.0 bandit>=1.5.1 diff --git a/requirements.txt b/requirements.txt index 527a098..0298aff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ numpy>=1.21.0 -matplotlib>=3.2.2 \ No newline at end of file +matplotlib>=3.10.9 \ No newline at end of file