From dc374ab5e048ee6b40eb5d5fc325441ed61e6fb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 15:37:51 +0000 Subject: [PATCH] chore(deps-dev): bump matplotlib from 3.7.2 to 3.10.0 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.2 to 3.10.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.7.2...v3.10.0) --- 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..e220e769 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -matplotlib==3.7.2 +matplotlib==3.10.0 tabulate==0.8.10 pytest==7.4.2 responses==0.23.3