From 58b2bc47c5984d04e8a0b338ad2b6248cc4b5ce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 09:24:41 +0000 Subject: [PATCH] chore(deps/python): Bump kafka-python in /python-services/aml-monitor Bumps [kafka-python](https://github.com/dpkp/kafka-python) from 2.0.2 to 3.0.11. - [Release notes](https://github.com/dpkp/kafka-python/releases) - [Changelog](https://github.com/dpkp/kafka-python/blob/3.0.11/docs/changelog.rst) - [Commits](https://github.com/dpkp/kafka-python/compare/2.0.2...3.0.11) --- updated-dependencies: - dependency-name: kafka-python dependency-version: 3.0.11 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- python-services/aml-monitor/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-services/aml-monitor/requirements.txt b/python-services/aml-monitor/requirements.txt index 51f134db..4d7d62b3 100644 --- a/python-services/aml-monitor/requirements.txt +++ b/python-services/aml-monitor/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.139.0 uvicorn[standard]==0.51.0 httpx==0.28.1 pydantic==2.8.2 -kafka-python==2.0.2 +kafka-python==3.0.11 redis==8.0.1 sqlalchemy==2.0.37 pymysql==1.1.1