From 2b5fe338aacf571914cbbaf0c725a36809c15896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 07:54:21 +0000 Subject: [PATCH] chore(deps): update pyvista requirement in /requirements 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.4.0...v0.48.4) --- updated-dependencies: - dependency-name: pyvista dependency-version: 0.48.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/embedded.txt | 2 +- requirements/testing.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/embedded.txt b/requirements/embedded.txt index 64f6d4e..e491005 100644 --- a/requirements/embedded.txt +++ b/requirements/embedded.txt @@ -1,4 +1,4 @@ -pyvista>=0.4 #3D visualisation/vtk meshing +pyvista>=0.48.4 #3D visualisation/vtk meshing LoopStructural>=1.6.6 #3D geological modelling geoh5py>=0.9 #saving models to hdf5 dill>=0.3.9 #saving models to python diff --git a/requirements/testing.txt b/requirements/testing.txt index 1728f90..609da69 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -3,7 +3,7 @@ pytest-cov>=4 packaging>=23 -pyvista>=0.4 #3D visualisation/vtk meshing +pyvista>=0.48.4 #3D visualisation/vtk meshing LoopStructural>=1.6.23 #3D geological modelling geoh5py>=0.9 #saving models to hdf5 dill>=0.3.9 #saving models to python