From 8d08e7f177afb3de8e447aed851bc02e6ad7f60a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 10:59:07 +0000 Subject: [PATCH] Update confluent-kafka requirement from >=2.0.0 to >=2.15.0 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/2.0.2rc1.dev1...v2.15.0) --- updated-dependencies: - dependency-name: confluent-kafka dependency-version: 2.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fdfcb30..68bcb3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -confluent-kafka>=2.0.0 +confluent-kafka>=2.15.0 jupyter python-dotenv rich