From 3e683b968ea1968db30e4981fe908bc95c066515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 00:02:24 +0000 Subject: [PATCH] build(deps): bump kafka-python from 2.0.2 to 2.2.15 Bumps [kafka-python](https://github.com/dpkp/kafka-python) from 2.0.2 to 2.2.15. - [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.2.15) --- updated-dependencies: - dependency-name: kafka-python dependency-version: 2.2.15 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index be1d20c..d1cdfbf 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ google-cloud-speech==2.26.0 -kafka-python==2.0.2 +kafka-python==2.2.15 mako==1.3.3 openai==0.27.0 pycountry==23.12.11 diff --git a/requirements.txt b/requirements.txt index 46d8fd3..0d311b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ google-cloud-speech==2.26.0 -kafka-python==2.0.2 +kafka-python==2.2.15 mako==1.3.3 openai==0.27.0 pycountry==23.12.11