From dfb392c281cad35e64a1dd06452bb4f314df2762 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 19:05:02 +0000 Subject: [PATCH] Bump dill from 0.3.6 to 0.3.8 in /src/python Bumps [dill](https://github.com/uqfoundation/dill) from 0.3.6 to 0.3.8. - [Release notes](https://github.com/uqfoundation/dill/releases) - [Commits](https://github.com/uqfoundation/dill/compare/dill-0.3.6...0.3.8) --- updated-dependencies: - dependency-name: dill dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/requirements.txt b/src/python/requirements.txt index b707bdd4..64c07a12 100644 --- a/src/python/requirements.txt +++ b/src/python/requirements.txt @@ -18,7 +18,7 @@ click==8.1.3 # via # -r src/requirements.txt # black -dill==0.3.6 +dill==0.3.8 # via # -r src/requirements.txt # pylint