From d12fa8a7e861f2d33fd319fd5cdd35461dfe0c8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 23:34:29 +0000 Subject: [PATCH] Update pyvista requirement from <=0.43.8 to <=0.44.1 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.1) --- 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 1ba2c93d..bc22439a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dev = [ ] devsim = [ "devsim", - "pyvista<=0.43.8", + "pyvista<=0.44.1", "tidy3d>=2.5.2,<2.8" ] docs = [ @@ -79,7 +79,7 @@ gmsh = [ "mapbox_earcut", "meshio", "pygmsh", - "pyvista<=0.43.8", + "pyvista<=0.44.1", "trimesh", "shapely", "meshwell~=1.0.7"