From c487379f1deaafecf1f0dd58a3d6e3854cb43b35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 04:24:19 +0000 Subject: [PATCH] build(deps): bump confluent-kafka from 2.6.2 to 2.7.0 Bumps [confluent-kafka](https://github.com/confluentinc/confluent-kafka-python) from 2.6.2 to 2.7.0. - [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.6.2...v2.7.0) --- updated-dependencies: - dependency-name: confluent-kafka dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 018861c..81ec34c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ boto3==1.35.86 -confluent_kafka==2.6.2 +confluent_kafka==2.7.0 pika==1.3.2