From 5ad4bd2120e834163c1f748cc9c8268d60588c99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 21:31:14 +0000 Subject: [PATCH] Bump matplotlib from 3.10.7 to 3.10.8 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.10.7 to 3.10.8. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.7...v3.10.8) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.8 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 01689011..05e6b277 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "opencv-python==4.13.0.92", "deepdiff==9.0.0", "numpy>=1.22.2,<2.3.0", - "matplotlib==3.10.7", + "matplotlib==3.10.8", "beartype==0.22.9", "jaxtyping==0.3.7", "deprecated>=1.2.14",