From 026153d3253fd8b7d238f9ab7d6d1e7ac598148a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:09:33 +0000 Subject: [PATCH] build(deps): bump matplotlib from 3.9.2 to 3.10.0 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.2 to 3.10.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.2...v3.10.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",