From 073465a99b4840468e81f52f6f35693eeb21a474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 09:06:24 +0000 Subject: [PATCH] Bump pyvista from 0.45.3 to 0.46.3 Bumps [pyvista](https://github.com/pyvista/pyvista) from 0.45.3 to 0.46.3. - [Release notes](https://github.com/pyvista/pyvista/releases) - [Commits](https://github.com/pyvista/pyvista/compare/v0.45.3...v0.46.3) --- updated-dependencies: - dependency-name: pyvista dependency-version: 0.46.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 10499f255d..208f66ccfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dependencies = [ "pint-pandas ~=0.6", "pandas ~=2.3.0", "tabulate ~=0.9", - "pyvista ==0.45.3", + "pyvista ==0.46.3", ] # Keywords for better discoverability