From 59ab5cc07ead1a29eca83775827b9c883b0367a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 10:19:05 +0000 Subject: [PATCH] Update dill requirement in /sdks/python 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/dill-0.3.1.1...0.4.0) --- updated-dependencies: - dependency-name: dill dependency-version: 0.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sdks/python/container/base_image_requirements_manual.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/container/base_image_requirements_manual.txt b/sdks/python/container/base_image_requirements_manual.txt index 536f62c27f5d..a7df60d1ade2 100644 --- a/sdks/python/container/base_image_requirements_manual.txt +++ b/sdks/python/container/base_image_requirements_manual.txt @@ -42,4 +42,4 @@ scikit-learn build>=1.0,<2 # tool to build sdist from setup.py in stager. # Dill 0.3.1.1 is included as a base manual requirement so is avaiable to users # with pickle_library=dill, but apache-beam does not have a hard dependency. -dill>=0.3.1.1,<0.3.2 +dill>=0.3.1.1,<0.4.1