From 1997a9355189a7216502397405f506b56eb4cf02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 07:45:13 +0000 Subject: [PATCH] Update matplotlib requirement from <3.10,>=3.8.2 to >=3.8.2,<3.11 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.8.2...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 a5638d3..38ba1ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ classifiers = [ ] requires-python = ">=3.9,<3.13" dependencies = [ - "matplotlib>=3.8.2,<3.10", + "matplotlib>=3.8.2,<3.11", "numpy>=1.26.3,<2.2", "requests>=2.31.0,<2.33", "scipy>=1.12.0,<1.15",