From 30fc012bfe6956d1e0a45c309a96c9e6c5862936 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 07:48:34 +0000 Subject: [PATCH] build(deps): update matplotlib requirement from ==3.7.* to >=3.7,<3.10 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.9.3) --- 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 6a62fa0e..0908112d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ testing = [ "ipywidgets>=8", "jupytext>=1.11.2", # Matplotlib outputs are sensitive to the matplotlib version - "matplotlib==3.7.*", + "matplotlib>=3.7,<3.10", "nbdime", "numpy", "pandas",