From a364c46459db0d047aad04a0f781a30d5b3f2a43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 05:17:59 +0100 Subject: [PATCH] build: update matplotlib requirement from <3.10,>=3.8.0 to >=3.8.0,<3.11 (#909) 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.0...v3.10.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b612d50..8d654ab6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ "Typing :: Typed" ] dependencies = [ - "matplotlib>=3.8.0,<3.10", + "matplotlib>=3.8.0,<3.11", "numpy>=1.22.4,<3", "pandas>=2.1.4,<3", "polars>=1.8.2,<2",