From dc46147377d8e05e951da51f619c1a662ab03caf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 04:10:16 +0000 Subject: [PATCH] Bump python-snappy from 0.6.1 to 0.7.3 in /sdks/python Bumps [python-snappy](https://github.com/intake/python-snappy) from 0.6.1 to 0.7.3. - [Commits](https://github.com/intake/python-snappy/commits) --- updated-dependencies: - dependency-name: python-snappy dependency-type: direct:production update-type: version-update:semver-minor ... 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 9fa3a807a392..c2b33ba0c319 100644 --- a/sdks/python/container/base_image_requirements_manual.txt +++ b/sdks/python/container/base_image_requirements_manual.txt @@ -36,7 +36,7 @@ mmh3 # Optimizes execution of some Beam codepaths. TODO: Make it Beam's depende nltk # Commonly used for natural language processing. nose==1.3.7 # For Dataflow internal testing. TODO: remove this. # https://github.com/apache/beam/issues/34226 -python-snappy==0.6.1 # Optimizes execution of some Beam codepaths. +python-snappy==0.7.3 # Optimizes execution of some Beam codepaths. scipy scikit-learn build>=1.0,<2 # tool to build sdist from setup.py in stager.