From 473996906175efb7e02142043523e47ccde9b9ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 20:43:36 +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.15.0) --- updated-dependencies: - dependency-name: confluent-kafka dependency-version: 2.15.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 4502deab44..469d3660f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ saml2 = ["djangosaml2>=1.12.0,<1.13"] kafka = [ # Pinned because project warns "things might (and will) break with every update" "cloudevents==1.11.0", - "confluent-kafka>=2.4.0,<2.15.0", + "confluent-kafka>=2.4.0,<2.16.0", ] diagnostics = ["pyinstrument~=5.0", "memray~=1.17"] uvloop = ["uvloop>=0.20,<0.22"]