From b63f543e0e24a95c1828721a9c88320f4da712b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 07:51:12 +0000 Subject: [PATCH] Update pyvista[all] requirement from <=0.43.8 to <=0.46.3 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.3) --- updated-dependencies: - dependency-name: pyvista[all] dependency-version: 0.46.3 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 c2899dc4..b5c66aa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dev = [ "pytest-cov", "pytest_regressions" ] -devsim = ["devsim", "pyvista<=0.46.0", "tidy3d>=2.8.2,<2.9"] +devsim = ["devsim", "pyvista<=0.46.3", "tidy3d>=2.8.2,<2.9"] docs = [ "jupytext", "matplotlib", @@ -54,7 +54,7 @@ gmsh = [ "mapbox_earcut", "meshio", "pygmsh", - "pyvista<=0.46.0", + "pyvista<=0.46.3", "trimesh", "shapely", "meshwell~=1.0.7"