From 30e17cc768b41a2b57506a5c5900170a224f74e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 02:13:28 +0000 Subject: [PATCH] Bump protobuf from 6.32.1 to 6.33.1 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 6.32.1 to 6.33.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.33.1 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 f71f7c5..4b1ca1f 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,6 +1,6 @@ # Requirements to run unit tests. Tests import from # generated code. -protobuf==6.32.1 +protobuf==6.33.1 pytest==8.4.2 pytest-asyncio==0.25.3 grpc-stubs==1.53.0.5