From af369af2ec06258533b61fd861b698372971d2e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 15:13:35 +0000 Subject: [PATCH] build(deps-dev): bump pyvista from 0.46.3 to 0.46.4 Bumps [pyvista](https://github.com/pyvista/pyvista) from 0.46.3 to 0.46.4. - [Release notes](https://github.com/pyvista/pyvista/releases) - [Commits](https://github.com/pyvista/pyvista/compare/v0.46.3...v0.46.4) --- updated-dependencies: - dependency-name: pyvista dependency-version: 0.46.4 dependency-type: direct:development 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 e40452963..1a5a33650 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ ci = "https://github.com/ansys/pydynamicreporting/actions" test = [ "pytest", "pytest-cov", - "pyvista==0.46.3", + "pyvista==0.46.4", "vtk==9.5.2", "ansys-dpf-core==0.14.2", ]