From c398f4187b5a025267bb8a19f1e78ee22d91fca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 03:39:30 +0000 Subject: [PATCH] build(deps): bump protobuf from 3.19.3 to 3.19.5 in /tests Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.19.3 to 3.19.5. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.19.3...v3.19.5) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/setup.py b/tests/setup.py index 237f89f3e8b13..7eddf525d0008 100644 --- a/tests/setup.py +++ b/tests/setup.py @@ -16,7 +16,7 @@ 'ducktape@git+https://github.com/redpanda-data/ducktape.git@7cbc42a2b8c0dac1fae1db7cc06a2372b35db3b6', 'prometheus-client==0.9.0', 'pyyaml==5.3.1', 'kafka-python==2.0.2', 'crc32c==2.2', 'confluent-kafka==1.7.0', 'zstandard==0.15.2', - 'xxhash==2.0.2', 'protobuf==3.19.3', 'fastavro==1.4.9', + 'xxhash==2.0.2', 'protobuf==3.19.5', 'fastavro==1.4.9', 'psutil==5.9.0', 'numpy==1.22.3', 'pygal==3.0', 'pytest==7.1.2', 'jump-consistent-hash==3.2.0', 'azure-storage-blob==12.14.1', 'kafkatest@git+https://github.com/apache/kafka.git@058589b03db686803b33052d574ce887fb5cfbd1#egg=kafkatest&subdirectory=tests'