From 1c9e1d82d0c20b43538d8f3b3b14d68ea0d110aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 12:58:00 +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 bcb358d..108255e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ 'gitpython==3.1.27', 'python-icat==0.21.0', 'suds-community==1.1.1', - 'confluent-kafka==1.9.0', + 'confluent-kafka==1.9.2', ] [project.optional-dependencies]