From acbd08b866961a2f7b7564a8083d4932d34637bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 02:02:17 +0000 Subject: [PATCH] chore(deps-dev): bump matplotlib from 3.7.2 to 3.9.4 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.2 to 3.9.4. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.7.2...v3.9.4) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ed0d2956..165f564c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -matplotlib==3.7.2 +matplotlib==3.9.4 tabulate==0.8.10 pytest==7.4.2 responses==0.23.3