From 8b06a06e0b71447bffdb5e341b140eb159f9b32a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 20:57:00 +0200 Subject: [PATCH] build(deps): bump matplotlib from 3.10.8 to 3.10.9 (#1035) Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.10.8 to 3.10.9. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.8...v3.10.9) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 893c862..d06307a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "cachebox==5.2.3", "numpy==2.4.4", "numpydantic==1.8.1", - "matplotlib==3.10.8", + "matplotlib==3.10.9", "contourpy==1.3.3", "fastapi[standard-no-fastapi-cloud-cli]==0.136.0", "fastapi_cli==0.0.24",