From 435e52bdfae18c40d986b8b8cb740cb758a7f789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 08:42:26 +0000 Subject: [PATCH] Bump protobuf from 4.23.4 to 4.24.0 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.23.4 to 4.24.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v4.23.4...v4.24.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index 974106c..7aa52ab 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,6 +1,6 @@ # Requirements to run unit tests. Tests import from # generated code. -protobuf==4.23.4 +protobuf==4.24.0 pytest==7.3.1 pytest-asyncio==0.20.3 grpc-stubs==1.53.0.2