From fdb7e82c88f2c049a565c4bd1d6087ebf87d8026 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 07:52:53 +0000 Subject: [PATCH] Update pyvista[all] requirement from <=0.43.8 to <=0.46.2 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.2) --- updated-dependencies: - dependency-name: pyvista[all] dependency-version: 0.46.2 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 b2ce21e5..4e1ce87b 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.2", "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.2", "trimesh", "shapely", "meshwell~=1.0.7"