From a1a14c5b581839e3d1afb997927fb2ca72ffb7ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 22:25:56 +0000 Subject: [PATCH] Bump matplotlib from 3.9.2 to 3.9.3 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.2 to 3.9.3. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.2...v3.9.3) --- updated-dependencies: - dependency-name: matplotlib 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 7b9c9440..b124830a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "scipy==1.14.1", "opencv-python==4.10.0.84", "deepdiff==8.0.1", - "matplotlib==3.9.2", + "matplotlib==3.9.3", "numpy>=1.22.2,<2.2.0", "beartype==0.19.0", "jaxtyping==0.2.36"