From 6161af8a693160b911d752f79e34661a38607b37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 12:48:08 +0200 Subject: [PATCH] build(deps): bump matplotlib from 3.10.9 to 3.11.0 (#1103) Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.10.9 to 3.11.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.9...v3.11.0) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 9af2833..83e7d53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "cachebox==6.1.0", "numpy==2.4.6", "numpydantic==1.9.1", - "matplotlib==3.10.9", + "matplotlib==3.11.0", "contourpy==1.3.3", "fastapi[standard-no-fastapi-cloud-cli]==0.137.1", "fastapi_cli==0.0.24",