From 17da91c547ccd337fb5a9a56d8ac7c9d2b3fede3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:35:53 +0000 Subject: [PATCH] deps(deps): bump aiokafka from 0.8.1 to 0.14.0 Bumps [aiokafka](https://github.com/aio-libs/aiokafka) from 0.8.1 to 0.14.0. - [Release notes](https://github.com/aio-libs/aiokafka/releases) - [Changelog](https://github.com/aio-libs/aiokafka/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiokafka/compare/v0.8.1...v0.14.0) --- updated-dependencies: - dependency-name: aiokafka dependency-version: 0.14.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..7edf450 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "prometheus-client==0.19.0", "psutil==5.9.8", "redis==5.0.3", - "aiokafka==0.8.1", + "aiokafka==0.14.0", "confluent-kafka==2.3.0", "onnxruntime==1.18.0", "transformers==4.40.0",