From ffcf1a081e22c95485631c6a7987d123831af348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 20:29:53 +0000 Subject: [PATCH] Update confluent-kafka requirement from <2.8.0,>=2.4.0 to >=2.4.0,<2.9.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/v2.4.0...v2.8.0) --- updated-dependencies: - dependency-name: confluent-kafka dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c648cfd27c..fd83ebec8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ prometheus = ["django-prometheus"] kafka = [ # Pinned because project warns "things might (and will) break with every update" "cloudevents==1.11.0", - "confluent-kafka>=2.4.0,<2.8.0", + "confluent-kafka>=2.4.0,<2.9.0", ] [project.urls]