From aa00be4b84999ee625241a28fedb6f905a1a8847 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:07:15 +0000 Subject: [PATCH 1/2] build(deps): bump matplotlib from 3.9.2 to 3.9.3 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.2 to 3.9.3. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.2...v3.9.3) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch ... 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..dd69dd7f3 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.9.3", "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.9.3", "imageio==2.36.0", "imageio-ffmpeg==0.5.1", "numpydoc==1.8.0", From f4b925ee457774da806702e13e299da2bc1ed203 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:07:54 +0000 Subject: [PATCH 2/2] chore: adding changelog file 634.dependencies.md [dependabot-skip] --- doc/changelog/634.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog/634.dependencies.md diff --git a/doc/changelog/634.dependencies.md b/doc/changelog/634.dependencies.md new file mode 100644 index 000000000..02d107275 --- /dev/null +++ b/doc/changelog/634.dependencies.md @@ -0,0 +1 @@ +build(deps): bump matplotlib from 3.9.2 to 3.9.3 \ No newline at end of file