From 14cc6a4cd25c6ebbb341c565f53f2c2f2e39335d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 17:58:29 +0000 Subject: [PATCH] Bump matplotlib from 3.9.2 to 3.9.4 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.2 to 3.9.4. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.2...v3.9.4) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.9.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 26d7e19..286584a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ ] requires-python = ">=3.9.0" dependencies = [ - "matplotlib==3.9.2", + "matplotlib==3.9.4", ] [project.urls] diff --git a/requirements.txt b/requirements.txt index 7c20cd4..375371e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -matplotlib==3.9.2 +matplotlib==3.9.4 tqdm==4.67.1 scipy==1.15.2