From 8d8d940183fb26a1c39d7dbf8100c48403a7ebaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 14:54:18 +0000 Subject: [PATCH] Update pyvista[all] requirement from <=0.43.8 to <=0.46.1 Updates the requirements on [pyvista[all]](https://github.com/pyvista/pyvista) to permit the latest version. - [Release notes](https://github.com/pyvista/pyvista/releases) - [Commits](https://github.com/pyvista/pyvista/compare/0.3.2...v0.46.1) --- updated-dependencies: - dependency-name: pyvista[all] dependency-version: 0.46.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e87d0653..26bb2661 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dev = [ "pytest-cov", "pytest_regressions" ] -devsim = ["devsim", "pyvista<=0.43.8", "tidy3d>=2.8.2,<2.9"] +devsim = ["devsim", "pyvista<=0.46.1", "tidy3d>=2.8.2,<2.9"] docs = [ "jupytext", "matplotlib", @@ -54,7 +54,7 @@ gmsh = [ "mapbox_earcut", "meshio", "pygmsh", - "pyvista<=0.43.8", + "pyvista<=0.46.1", "trimesh", "shapely", "meshwell~=1.0.7"