From e3f56fd258cb5eef86eb6fe32c8d48e884083c8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 17:37:00 +0000 Subject: [PATCH] chore(deps): bump kafka-python from 2.0.6 to 2.3.2 in /dataflow/snippets Bumps [kafka-python](https://github.com/dpkp/kafka-python) from 2.0.6 to 2.3.2. - [Release notes](https://github.com/dpkp/kafka-python/releases) - [Changelog](https://github.com/dpkp/kafka-python/blob/2.3.2/docs/changelog.rst) - [Commits](https://github.com/dpkp/kafka-python/compare/2.0.6...2.3.2) --- updated-dependencies: - dependency-name: kafka-python dependency-version: 2.3.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dataflow/snippets/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataflow/snippets/requirements.txt b/dataflow/snippets/requirements.txt index 0f0d8796fa2..20ecb9b82d7 100644 --- a/dataflow/snippets/requirements.txt +++ b/dataflow/snippets/requirements.txt @@ -1,2 +1,2 @@ apache-beam[gcp]==2.63.0 -kafka-python==2.0.6 +kafka-python==2.3.2