From c0846b4871cc498f9e1126f426f8f8fb7490e95f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 19:42:15 +0000 Subject: [PATCH] chore(deps): bump kafka-python in /services/journal-parser Bumps [kafka-python](https://github.com/dpkp/kafka-python) from 2.0.2 to 2.3.0. - [Release notes](https://github.com/dpkp/kafka-python/releases) - [Changelog](https://github.com/dpkp/kafka-python/blob/master/docs/changelog.rst) - [Commits](https://github.com/dpkp/kafka-python/compare/2.0.2...2.3.0) --- updated-dependencies: - dependency-name: kafka-python dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- services/journal-parser/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/journal-parser/requirements.txt b/services/journal-parser/requirements.txt index f5391e7..197adba 100644 --- a/services/journal-parser/requirements.txt +++ b/services/journal-parser/requirements.txt @@ -30,7 +30,7 @@ redis[hiredis]==5.0.1 # Message Queue aiokafka==0.10.0 -kafka-python==2.0.2 +kafka-python==2.3.0 # HTTP Client httpx==0.26.0