From 15dad062b0faf1abc59976d1ef411ab9e3e129ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 20:06:32 +0000 Subject: [PATCH] chore(deps,flink): update confluent-kafka requirement Updates the requirements on [confluent-kafka](https://github.com/confluentinc/confluent-kafka-python) to permit the latest version. - [Release notes](https://github.com/confluentinc/confluent-kafka-python/releases) - [Changelog](https://github.com/confluentinc/confluent-kafka-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/confluentinc/confluent-kafka-python/compare/v2.5.0...v2.15.0) --- updated-dependencies: - dependency-name: confluent-kafka dependency-version: 2.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/processing/flink_jobs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/processing/flink_jobs/requirements.txt b/src/processing/flink_jobs/requirements.txt index 7c7ce2b..1adabde 100644 --- a/src/processing/flink_jobs/requirements.txt +++ b/src/processing/flink_jobs/requirements.txt @@ -14,6 +14,6 @@ # libraries carry the same bounds as core pyproject.toml so both runtimes # accept the same model/config payloads. apache-flink==2.3.0 -confluent-kafka>=2.5,<3 +confluent-kafka>=2.15.0,<3 pydantic>=2.13.4,<3 structlog>=26.1.0,<27