From 161ec3aab5c58a8d18eea1ebcd4a2c6ddce6c8c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 22:03:19 +0000 Subject: [PATCH] Bump confluent-kafka from 1.9.0 to 1.9.2 Bumps [confluent-kafka](https://github.com/confluentinc/confluent-kafka-python) from 1.9.0 to 1.9.2. - [Release notes](https://github.com/confluentinc/confluent-kafka-python/releases) - [Changelog](https://github.com/confluentinc/confluent-kafka-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/confluentinc/confluent-kafka-python/compare/v1.9.0...v1.9.2) --- updated-dependencies: - dependency-name: confluent-kafka dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d5e55767e..b75ccd6ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "kaleido==0.2.1", "stomp.py", "docker==5.0.3", - "confluent-kafka==1.9.0", + "confluent-kafka==1.9.2", ] [project.optional-dependencies]