From e88cc79e3fc82bb123be923f2a67fc1d2aeab114 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:07:32 +0000 Subject: [PATCH] chore(deps): update dependency matplotlib to >=3.10, <=3.10.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e46cb237c..b86f4a13f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ classifiers = [ dependencies = [ "scipy>=1.8, <1.17", "pandas>1.5, <3.0, !=1.4.0", - "matplotlib>=3.5, <=3.10", + "matplotlib>=3.10, <=3.10.8", "pydantic>=2, <3", "PyYAML>=6.0.3, <6.1", "jinja2>=3.1.6, <3.2",