From 566c90349481bad5a240f19256d5f621e8c17cf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 20:32:59 +0000 Subject: [PATCH] chore(deps): Update matplotlib requirement from >=3.8 to >=3.11.1 Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.0...v3.11.1) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index c27129f..8167845 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,4 +1,4 @@ # Docs site (MkDocs Material). Build: python -m mkdocs build ; preview: mkdocs serve mkdocs-material==9.7.6 mkdocs-same-dir==0.1.5 -matplotlib>=3.8 # scripts/coverage.py — regenerates docs/assets/coverage.png +matplotlib>=3.11.1 # scripts/coverage.py — regenerates docs/assets/coverage.png