From c2b1d3f3c7ac6b4bb0056046ca86fd833432ac13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 20:42:57 +0000 Subject: [PATCH] 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.4.0...v2.14.0) --- updated-dependencies: - dependency-name: confluent-kafka dependency-version: 2.14.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d0bfadd278..9d869edeeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,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.14.0", + "confluent-kafka>=2.4.0,<2.15.0", ] diagnostics = ["pyinstrument~=5.0", "memray~=1.17"] uvloop = ["uvloop>=0.20,<0.22"]