From 4724a7bab20a0dfa7c35cae4f5d0fc43266e57b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 19:48:31 -0800 Subject: [PATCH] Bump protobuf from 5.28.2 to 5.28.3 (#643) Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.28.2 to 5.28.3. - [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/v5.28.2...v5.28.3) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index eddd838f..39db479c 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,6 +1,6 @@ # Requirements to run unit tests. Tests import from # generated code. -protobuf==5.28.2 +protobuf==5.28.3 pytest==8.3.3 pytest-asyncio==0.24.0 grpc-stubs==1.53.0.5