From 485348e5f4461fb696737eec75c45bbd0caa68a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 20:01:20 +0000 Subject: [PATCH] Update matplotlib requirement from <3.10 to <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/v0.91.2...v3.10.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 11fccab2..fa4a7730 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ complete = [ "Flask-RangeRequest", "fsspec[http,s3]>=2023.12.0", "lxml", - "matplotlib<3.10", + "matplotlib<3.11", "memray", "pystac[urllib3]>=1.8.2", "requests", @@ -67,7 +67,7 @@ complete = [ "werkzeug>=0.15", ] contours = [ - "matplotlib<3.10", + "matplotlib<3.11", ] http = [ "aiohttp",