From 9205733a065e2e6d10f38ab97bd165155cce7eba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 05:57:43 +0000 Subject: [PATCH] BUILD: update matplotlib requirement from <3.10,>=3.5.0 to >=3.5.0,<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.5.0...v3.10.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f4d7d9d5812..92d164d2a73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ unit-tests = [ "mock>=5.1.0,<5.2", ] integration-tests = [ - "matplotlib>=3.5.0,<3.10", + "matplotlib>=3.5.0,<3.11", "mock>=5.1.0,<5.2", "numpy>=1.20.0,<2.3", "pandas>=1.1.0,<2.3", @@ -64,7 +64,7 @@ integration-tests = [ tests = [ "ipython>=7.30.0,<8.31", "joblib>=1.0.0,<1.5", - "matplotlib>=3.5.0,<3.10", + "matplotlib>=3.5.0,<3.11", "mock>=5.1.0,<5.2", "numpy>=1.20.0,<2.3", "openpyxl>=3.1.0,<3.3", @@ -104,7 +104,7 @@ doc = [ "pyvista[io]>=0.38.0,<0.45", ] all = [ - "matplotlib>=3.5.0,<3.10", + "matplotlib>=3.5.0,<3.11", "numpy>=1.20.0,<2.3", "openpyxl>=3.1.0,<3.3", "osmnx>=1.1.0,<2.1", @@ -120,7 +120,7 @@ all = [ "utm", ] installer = [ - "matplotlib>=3.5.0,<3.10", + "matplotlib>=3.5.0,<3.11", "numpy>=1.20.0,<2.3", "openpyxl>=3.1.0,<3.3", "osmnx>=1.1.0,<2.1",