From 53f18042428a3ae2c254bd77e3e0106d67402d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 12:15:13 +0000 Subject: [PATCH] Update pyvista[all] requirement from <=0.43.8 to <=0.46.0 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.0) --- updated-dependencies: - dependency-name: pyvista[all] dependency-version: 0.46.0 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..c7d7cc2b 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.0", "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.0", "trimesh", "shapely", "meshwell~=1.0.7"