From a498fddad9a026480903c8f71656959e3ffe2703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:58:09 +0000 Subject: [PATCH] chore(deps): update matplotlib requirement from >=3.10.1 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.10.1...v3.10.8) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.8 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 238ac57..e117a0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ keywords = ["speckle", "automate", "bim", "aec"] dependencies = [ "specklepy==3.1.0", - "matplotlib>=3.10.1", + "matplotlib>=3.10.8", ] [project.optional-dependencies]