From c51c759f7ff6c8136051f29baade627b83b43ecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 23:36:32 +0000 Subject: [PATCH] Bump matplotlib from 3.10.3 to 3.10.7 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.10.3 to 3.10.7. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.3...v3.10.7) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a1d29f3f..1ccd93e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "opencv-python==4.11.0.86", "deepdiff==8.6.1", "numpy>=1.22.2,<2.3.0", - "matplotlib==3.10.3", + "matplotlib==3.10.7", "beartype==0.22.4", "jaxtyping==0.3.2", "deprecated>=1.2.14"