From e0f7e18a923975b0279308c7defd6a0f230f191d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 02:01:05 +0000 Subject: [PATCH] chore(deps-dev): bump matplotlib from 3.7.2 to 3.10.1 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.2 to 3.10.1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.7.2...v3.10.1) --- 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..a179c660 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -matplotlib==3.7.2 +matplotlib==3.10.1 tabulate==0.8.10 pytest==7.4.2 responses==0.23.3