From 495b5de6bf71c28827a54f2cd6ef024e6569e7fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 17:03:29 +0000 Subject: [PATCH 1/2] maint: bump pyvista from 0.46.2 to 0.46.3 Bumps [pyvista](https://github.com/pyvista/pyvista) from 0.46.2 to 0.46.3. - [Release notes](https://github.com/pyvista/pyvista/releases) - [Commits](https://github.com/pyvista/pyvista/compare/v0.46.2...v0.46.3) --- updated-dependencies: - dependency-name: pyvista dependency-version: 0.46.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5df5f60a..ba4d46c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ tests = [ "pytest==8.4.1", "pytest-cov==6.2.1", "pytest-rerunfailures==16.0.1", - "pyvista==0.46.2", + "pyvista==0.46.3", "vtk==9.4.2", ] doc = [ From ae942e6095271f3b0248702389eec0979defa3e2 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 6 Oct 2025 17:05:00 +0000 Subject: [PATCH 2/2] chore: adding changelog file 563.miscellaneous.md [dependabot-skip] --- doc/changelog.d/563.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/563.miscellaneous.md diff --git a/doc/changelog.d/563.miscellaneous.md b/doc/changelog.d/563.miscellaneous.md new file mode 100644 index 00000000..d33d2a12 --- /dev/null +++ b/doc/changelog.d/563.miscellaneous.md @@ -0,0 +1 @@ +Maint: bump pyvista from 0.46.2 to 0.46.3