From 2117cc7a339420412e80c6671ae551812cc0c5a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:35:47 +0000 Subject: [PATCH] deps(deps): bump confluent-kafka from 2.3.0 to 2.15.0 Bumps [confluent-kafka](https://github.com/confluentinc/confluent-kafka-python) from 2.3.0 to 2.15.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.3.0...v2.15.0) --- updated-dependencies: - dependency-name: confluent-kafka dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b2177a3..4f7b66c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "psutil==5.9.8", "redis==5.0.3", "aiokafka==0.8.1", - "confluent-kafka==2.3.0", + "confluent-kafka==2.15.0", "onnxruntime==1.18.0", "transformers==4.40.0", "python-jose[cryptography]==3.3.0",