From 407660e08f9aacea19b1ba1c3bd81a92941f7213 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 19:33:05 +0000 Subject: [PATCH] Update matplotlib requirement from >=3.6 to >=3.10.9 Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.6.0...v3.10.9) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.9 dependency-type: direct:development ... 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 ab9ce94..727d6fd 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -6,7 +6,7 @@ pytest>=9.0.3 pytest-cov>=4.0 hypothesis>=6.0 numpy>=1.20.0 -matplotlib>=3.6 +matplotlib>=3.10.9 build>=1.2 twine>=5 bandit>=1.7.0