From bd32ec4eb25539580f27a10e1c9c855b99e6a070 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 16:47:44 +0000 Subject: [PATCH 1/2] build: bump matplotlib from 3.10.3 to 3.10.5 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.10.3 to 3.10.5. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.3...v3.10.5) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.5 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 e89dd9862a..9d5790ba66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ tests = [ "geomdl==5.4.0", "grpcio==1.71.0", "grpcio-health-checking==1.71.0", - "matplotlib==3.10.3", + "matplotlib==3.10.5", "numpy==2.2.6", "Pint==0.24.4", "protobuf==5.29.3", @@ -98,7 +98,7 @@ doc = [ "ipyvtklink==0.2.3", "jupyter_sphinx==0.5.3", "jupytext==1.17.2", - "matplotlib==3.10.3", + "matplotlib==3.10.5", "myst-parser==4.0.1", "nbconvert==7.16.6", "nbsphinx==0.9.6", From 432e88b1d5d94bd650195ae211e2ff8aed4661b6 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 6 Aug 2025 16:48:54 +0000 Subject: [PATCH 2/2] chore: adding changelog file 2151.dependencies.md [dependabot-skip] --- doc/changelog.d/2151.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/2151.dependencies.md diff --git a/doc/changelog.d/2151.dependencies.md b/doc/changelog.d/2151.dependencies.md new file mode 100644 index 0000000000..19438de776 --- /dev/null +++ b/doc/changelog.d/2151.dependencies.md @@ -0,0 +1 @@ +Bump matplotlib from 3.10.3 to 3.10.5 \ No newline at end of file