From 6798be74159c827983c2bb5782bb9e560f7b6c4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 16:43:03 +0000 Subject: [PATCH] build(deps): update matplotlib requirement in the python-deps group Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. Updates `matplotlib` 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 dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- requirements-plot.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-plot.txt b/requirements-plot.txt index f94c2e1..c38b097 100644 --- a/requirements-plot.txt +++ b/requirements-plot.txt @@ -1,2 +1,2 @@ # Optional: PNG export for plot.py --png -matplotlib>=3.11.0 +matplotlib>=3.11.1