From 075c805574b3d439169f00ad68adfeaedf721e07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 08:43:23 +0000 Subject: [PATCH] chore(deps-dev): bump dill from 0.3.6 to 0.3.9 in /it/python 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] --- it/python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index 96bebbc975..2c70ae8881 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -8,7 +8,7 @@ charset-normalizer==3.4.1 ; python_full_version >= '3.7.0' colorama==0.4.6 ; sys_platform == 'win32' -dill==0.3.6 ; python_version < '3.11' +dill==0.3.9 ; python_version < '3.11' docutils==0.21.2 ; python_version >= '3.7'