From 5899bb89fd2401737c60279b4759fb44bf9c8000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 18:36:39 +0000 Subject: [PATCH] Bump kafka-python from 2.3.0 to 2.3.1 Bumps [kafka-python](https://github.com/dpkp/kafka-python) from 2.3.0 to 2.3.1. - [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.3.0...2.3.1) --- updated-dependencies: - dependency-name: kafka-python dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 020c42b..dc10773 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Decision Engine Dependencies (pinned to production versions) # Kafka -kafka-python==2.3.0 +kafka-python==2.3.1 # Configuration pydantic==2.12.5