From 438f59bb9b54f449f8aaf923b5919e3758072706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 12:55:00 +0000 Subject: [PATCH] Update matplotlib requirement from <3.8,>=3.5.1 to >=3.5.1,<3.9 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.1...v3.8.1) --- 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 3fdb7911..08358095 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ gui = [ "Gooey>=1.0.8.1,<1.1" ] doc = [ - "matplotlib>=3.5.1,<3.8", + "matplotlib>=3.5.1,<3.9", "myst-nb>=0.13.2,<0.18", "sphinx>=5.2.0,<7.3", "sphinxcontrib-httpdomain>=1.7.0,<1.9",