From d7938a22782840bd87b1e66e7e3323a07d6219db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 07:52:15 +0100 Subject: [PATCH] build(deps): bump matplotlib from 3.9.2 to 3.10.0 (#640) 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/640.dependencies.md | 1 + pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 doc/changelog/640.dependencies.md diff --git a/doc/changelog/640.dependencies.md b/doc/changelog/640.dependencies.md new file mode 100644 index 000000000..b5e8fad04 --- /dev/null +++ b/doc/changelog/640.dependencies.md @@ -0,0 +1 @@ +build(deps): bump matplotlib from 3.9.2 to 3.10.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index b1bac8df7..185ccfb4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = ["ansys-dpf-core>=0.7.2", [project.optional-dependencies] tests = [ - "matplotlib==3.9.2", + "matplotlib==3.10.0", "hollerith==0.5.2", "numpy==2.1.3", "pytest==8.3.3", @@ -55,7 +55,7 @@ codegen = [ ] doc = [ "recommonmark==0.7.1", - "matplotlib==3.9.2", + "matplotlib==3.10.0", "imageio==2.36.0", "imageio-ffmpeg==0.5.1", "numpydoc==1.8.0",