From 947a7d7d879dea926a149d9d3e56bfcecb75ac00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Feb 2023 17:50:59 -0800 Subject: [PATCH] Bump protobuf from 4.21.9 to 4.21.12 (#472) Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.21.9 to 4.21.12. - [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/commits) --- 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 b395a12..71875ba 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.21.9 +protobuf==4.21.12 pytest==7.2.1 grpc-stubs==1.24.12 grpcio-tools==1.51.1