From 48561585d1eb29756e5e3ed5524ea29bc12e5bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 07:54:34 +0000 Subject: [PATCH] chore(deps): update dill requirement in /requirements Updates the requirements on [dill](https://github.com/uqfoundation/dill) to permit the latest version. - [Release notes](https://github.com/uqfoundation/dill/releases) - [Commits](https://github.com/uqfoundation/dill/compare/0.3.9...0.4.1) --- updated-dependencies: - dependency-name: dill dependency-version: 0.4.1 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..729bc56 100644 --- a/requirements/embedded.txt +++ b/requirements/embedded.txt @@ -1,4 +1,4 @@ pyvista>=0.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 +dill>=0.4.1 #saving models to python diff --git a/requirements/testing.txt b/requirements/testing.txt index 1728f90..2da2edb 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -6,7 +6,7 @@ packaging>=23 pyvista>=0.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 +dill>=0.4.1 #saving models to python shapely geopandas map2loop~=3.3.1