From 033053b4e02c90d605799fbbcccd062cf1637d6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:25:19 +0000 Subject: [PATCH] CHORE: Bump matplotlib from 3.9.3 to 3.10.0 in the doc group (#1004) 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/1004.maintenance.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/1004.maintenance.md diff --git a/doc/changelog.d/1004.maintenance.md b/doc/changelog.d/1004.maintenance.md new file mode 100644 index 000000000..dbd883510 --- /dev/null +++ b/doc/changelog.d/1004.maintenance.md @@ -0,0 +1 @@ +Bump matplotlib from 3.9.3 to 3.10.0 in the doc group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 1297b982c..de9d48da7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ doc = [ "imageio==2.36.1", "jupyter_sphinx==0.5.3", "jupyterlab>=3.2.8", - "matplotlib==3.9.3", + "matplotlib==3.10.0", "numpy==2.2.0", "numpydoc==1.8.0", "pandas==2.2.3",