From b1b8f237fa73c57affcc4eaf33ff5849edab7645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 08:13:27 +0000 Subject: [PATCH] Bump protobuf from 5.28.2 to 5.28.3 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] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index eddd838..39db479 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