From b9b7f3c3d634acfcd4e83b8c2c0b94cd1d22c6c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 14:30:25 -0400 Subject: [PATCH] Update matplotlib requirement from <3.8 to <3.9 (#835) --- 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