From bccc3d8f57890c54ac149fcece744f9621ab2eec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 00:35:51 +0000 Subject: [PATCH] Bump protobuf from 6.32.1 to 6.33.2 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 6.32.1 to 6.33.2. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.33.2 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 0ea4310a..43a6d5f1 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.2 pytest==8.4.2 types-grpcio==1.0.0.20251009 pytest-asyncio==0.25.3