From 46feb1860923c9e85378219754eb3773910ec354 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 14:37:55 +0200 Subject: [PATCH] build(deps): bump matplotlib from 3.11.0 to 3.11.1 (#1180) Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.11.0 to 3.11.1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.11.0...v3.11.1) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.11.1 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 4402e535..281284a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "cachebox==6.1.2", "numpy==2.4.6", "numpydantic==1.10.0", - "matplotlib==3.11.0", + "matplotlib==3.11.1", "contourpy==1.3.3", "fastapi[standard-no-fastapi-cloud-cli]==0.139.2", "fastapi_cli==0.0.32",