From e7328167ac08b6ce033376b270e21dfd4c0adea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 21:27:50 +0000 Subject: [PATCH] Update confluent-kafka[avro,json,protobuf,schemaregistry] requirement Updates the requirements on [confluent-kafka[avro,json,protobuf,schemaregistry]](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/v2.12.2/CHANGELOG.md) - [Commits](https://github.com/confluentinc/confluent-kafka-python/compare/v2.8.2...v2.12.2) --- updated-dependencies: - dependency-name: confluent-kafka[avro,json,protobuf,schemaregistry] dependency-version: 2.12.2 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 1670dd7c6..b800a2f82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -confluent-kafka[avro,json,protobuf,schemaregistry]>=2.8.2,<2.12 +confluent-kafka[avro,json,protobuf,schemaregistry]>=2.8.2,<2.13 rocksdict>=0.3,<0.4 typing_extensions>=4.8 orjson>=3.9,<4