From fa47e926a959c13302b31163c9ee98d73f60aea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 19:32:52 +0000 Subject: [PATCH] Update pyvista requirement from <=0.43.8 to <=0.44.2 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.44.2) --- 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 b709315b..03ec787f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dev = [ ] devsim = [ "devsim", - "pyvista<=0.43.8", + "pyvista<=0.44.2", "tidy3d>=2.7.8,<2.8" ] docs = [ @@ -77,7 +77,7 @@ gmsh = [ "mapbox_earcut", "meshio", "pygmsh", - "pyvista<=0.43.8", + "pyvista<=0.44.2", "trimesh", "shapely", "meshwell~=1.0.7"