From 85bba77b06a6f46603aef47db217cb3c034a4261 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 21:23:07 +0000 Subject: [PATCH] chore(deps): Update matplotlib requirement from >=3.7 to >=3.10.8 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.7.0...v3.10.8) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a31d216..dc45dd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ nmr = [ "nmrglue>=0.9", "numpy>=1.24", "scipy>=1.10", - "matplotlib>=3.7", + "matplotlib>=3.10.8", ] web = [ "fastapi>=0.100",