From a4640245154ef7eb0cf190c677446967f5ea81d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 04:32:01 +0000 Subject: [PATCH] chore(deps-dev): bump dill from 0.3.6 to 0.3.9 Bumps [dill](https://github.com/uqfoundation/dill) from 0.3.6 to 0.3.9. - [Release notes](https://github.com/uqfoundation/dill/releases) - [Commits](https://github.com/uqfoundation/dill/compare/dill-0.3.6...0.3.9) --- updated-dependencies: - dependency-name: dill dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 89334876..659a1e8e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -28,7 +28,7 @@ coverage[toml]==7.6.1 ; python_version >= '3.7' cryptography==44.0.0 ; python_version >= '3.7' -dill==0.3.6 ; python_version < '3.11' +dill==0.3.9 ; python_version < '3.11' exceptiongroup==1.1.1 ; python_version < '3.11'