From 5d1917b7bb30c3d82df426a6cd9c405834a8421f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 06:31:29 +0000 Subject: [PATCH] Update matplotlib requirement from <3.8 to <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/v0.91.2...v3.8.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/notebook-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notebook-requirements.txt b/docs/notebook-requirements.txt index 62369963e..dcc80aadc 100644 --- a/docs/notebook-requirements.txt +++ b/docs/notebook-requirements.txt @@ -8,5 +8,5 @@ nbsphinx>=0.8.6,<0.8.7 Jinja2<3.1 # Dependencies -matplotlib<3.8 +matplotlib<3.9 pytest