From 573791a38a725c0c826ea129ab99ad97d393fff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 22:03:32 +0000 Subject: [PATCH] Update matplotlib requirement from <=3.10.9 to <=3.11.0 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/v0.91.2...v3.11.0) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60321c6..2c9615a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "pandas <= 3.0.3", "pyzotero <= 1.13.1", "networkx <= 3.6.1", - "matplotlib <= 3.10.9", + "matplotlib <= 3.11.0", ] [project.optional-dependencies]