From c56fa4fc5ff39f9640287b8e1f023611e29e0524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 10:20:06 +0000 Subject: [PATCH] Bump dill from 0.3.5 to 0.3.5.1 Bumps [dill](https://github.com/uqfoundation/dill) from 0.3.5 to 0.3.5.1. - [Release notes](https://github.com/uqfoundation/dill/releases) - [Commits](https://github.com/uqfoundation/dill/compare/dill-0.3.5...dill-0.3.5.1) --- updated-dependencies: - dependency-name: dill dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index edd85717c8..6897469224 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -32,7 +32,7 @@ cryptography==37.0.2 # trustme decorator==5.1.1 # via ipython -dill==0.3.5 +dill==0.3.5.1 # via pylint flake8==4.0.1 # via -r test-requirements.in