From e504afcda84c7c3ee72120a598ea4ce628e2177c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 17:21:10 +0000 Subject: [PATCH] Bump kafka-python from 2.0.1 to 2.3.2 in /post Bumps [kafka-python](https://github.com/dpkp/kafka-python) from 2.0.1 to 2.3.2. - [Release notes](https://github.com/dpkp/kafka-python/releases) - [Changelog](https://github.com/dpkp/kafka-python/blob/2.3.2/docs/changelog.rst) - [Commits](https://github.com/dpkp/kafka-python/compare/2.0.1...2.3.2) --- updated-dependencies: - dependency-name: kafka-python dependency-version: 2.3.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- post/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post/requirements.txt b/post/requirements.txt index 1f70374..6da884f 100644 --- a/post/requirements.txt +++ b/post/requirements.txt @@ -1,5 +1,5 @@ connexion == 1.1.15 python_dateutil == 2.6.0 setuptools >= 21.0.0 -kafka-python == 2.0.1 +kafka-python == 2.3.2 PyYAML >= 5.3.1 \ No newline at end of file