From 0e058e68fff6143904c147a185372dade0efa00d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 08:15:38 +0000 Subject: [PATCH] Bump protobuf from 4.23.4 to 4.24.4 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.23.4 to 4.24.4. - [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.4) --- 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..9361dd9 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.4 pytest==7.3.1 pytest-asyncio==0.20.3 grpc-stubs==1.53.0.2