From 0575afb45396e95c5610cd7f453fce9844812893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 00:02:32 +0000 Subject: [PATCH 1/2] build: bump matplotlib from 3.10.5 to 3.10.6 in the core group Bumps the core group with 1 update: [matplotlib](https://github.com/matplotlib/matplotlib). Updates `matplotlib` from 3.10.5 to 3.10.6 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.5...v3.10.6) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3e1925d147e..1993fe6e770 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ tests = [ "ansys-dpf-core[graphics]==0.13.6", "ansys-tools-visualization-interface==0.11.0", "autopep8==2.3.2", - "matplotlib==3.10.5", + "matplotlib==3.10.6", "pandas==2.3.2", "pyansys-tools-report==0.8.2", "pyfakefs==5.9.2", @@ -95,7 +95,7 @@ doc = [ "jupyter_sphinx==0.5.3", "jupyterlab>=3.2.8", "linuxdoc==20240924", - "matplotlib==3.10.5", + "matplotlib==3.10.6", "nbformat==5.10.4", "numpydoc==1.9.0", "pandas==2.3.2", From 78e20d42d4497bef4c788855fa1003bc1bb1d8f0 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 5 Sep 2025 00:03:57 +0000 Subject: [PATCH 2/2] chore: adding changelog file 4211.dependencies.md [dependabot-skip] --- doc/changelog.d/4211.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/4211.dependencies.md diff --git a/doc/changelog.d/4211.dependencies.md b/doc/changelog.d/4211.dependencies.md new file mode 100644 index 00000000000..f893029503d --- /dev/null +++ b/doc/changelog.d/4211.dependencies.md @@ -0,0 +1 @@ +Bump matplotlib from 3.10.5 to 3.10.6 in the core group