From 0fc8567a5abdb0ce4011ea5bf30dadce00424efc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 10:21:45 +0000 Subject: [PATCH] build(deps-dev): bump matplotlib from 3.9.1 to 3.11.0 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.1 to 3.11.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.1...v3.11.0) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.11.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa0163e3..faa17ec7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ docs = [ "numpy<2", "gurobipy>=13.0.0", "ipykernel==6.29.5", - "matplotlib==3.9.1", + "matplotlib==3.11.0", "highspy>=1.7.1", ] dev = [