From efa9e267b88c78c39786e6b9dcbe0e378a387869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 07:36:35 +0000 Subject: [PATCH] build(deps-dev): update matplotlib requirement 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.7.0rc1...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 57c16f0e..cd0ae720 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ testing = [ "ipywidgets>=8", "jupytext>=1.11.2,<1.16.0", # Matplotlib outputs are sensitive to the matplotlib version - "matplotlib==3.7.*", + "matplotlib>=3.7,<3.9", "nbdime", "numpy", "pandas",