From 10a6411a26eea0c36e6f7067d609595d2693594d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:00:35 +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.2) --- 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 8db6ec81..04be519c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,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",