From eaf9a7b63d8776e7e4102c8d6017e97efb8e8d4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:05:37 +0000 Subject: [PATCH] MAINT: Bump matplotlib from 3.9.1 to 3.9.1.post1 (#869) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- doc/changelog.d/869.documentation.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/869.documentation.md diff --git a/doc/changelog.d/869.documentation.md b/doc/changelog.d/869.documentation.md new file mode 100644 index 000000000..e353765ba --- /dev/null +++ b/doc/changelog.d/869.documentation.md @@ -0,0 +1 @@ +MAINT: Bump matplotlib from 3.9.1 to 3.9.1.post1 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index f3eb68f6e..1e7050d60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ doc = [ "imageio==2.34.2", "jupyter_sphinx==0.5.3", "jupyterlab>=3.2.8", - "matplotlib==3.9.1", + "matplotlib==3.9.1.post1", "numpy==2.0.1", "numpydoc==1.8.0", "pandas==2.2.2",