This is an automated email from the ASF dual-hosted git repository.

jrmccluskey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new d35bc38f950 Update dill requirement in /sdks/python (#36147)
d35bc38f950 is described below

commit d35bc38f950f6e0f3279a035264bc218a6b6d5e9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 17 10:28:15 2025 -0400

    Update dill requirement in /sdks/python (#36147)
    
    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] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 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 536f62c27f5..a7df60d1ade 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

Reply via email to