From 2dd55c1f08b916278f9d3231515dd8d462326e6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 06:50:13 +0000 Subject: [PATCH] chore(deps): update matplotlib requirement 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.1...v3.10.0) --- updated-dependencies: - dependency-name: matplotlib 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 2fcf5608..8745b136 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ keywords = ['sketch','graphics','scientific','engineering','geometry'] dependencies = [ "numpy>=1.25,<2.1", - "matplotlib>=3.7.1,<3.10.0", + "matplotlib>=3.7.1,<3.11.0", "scipy>=1.10.1,<1.15.0", "celluloid~=0.2.0" ]