From 513566bfe9cb8b7f78a6a6729f5f2143a2874841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 07:08:11 +0000 Subject: [PATCH] Update pyvista requirement from <=0.43.7 to <=0.43.8 Updates the requirements on [pyvista](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.43.8) --- updated-dependencies: - dependency-name: pyvista 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 4410b861..5ab6d357 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dev = [ ] devsim = [ "devsim", - "pyvista<=0.43.7", + "pyvista<=0.43.8", "tidy3d>=2.5.2,<2.7" ] docs = [ @@ -77,7 +77,7 @@ gmsh = [ "mapbox_earcut", "meshio", "pygmsh", - "pyvista<=0.43.7", + "pyvista<=0.43.8", "trimesh", "shapely", "meshwell>=1.0.7,<=1.1"