From e24715867fab99f1f98aed88193d568002dc86ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 16:07:41 +0000 Subject: [PATCH] chore(deps): bump protobuf from 6.32.1 to 6.33.5 in /samples/snippets Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 6.32.1 to 6.33.5. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.33.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/snippets/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index 28365e24..b1de3cb1 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -19,7 +19,7 @@ mako==1.3.10; python_version >= '3.9' markupsafe==3.0.3; python_version >= '3.9' packaging==25.0 proto-plus==1.26.1 -protobuf==6.32.1; python_version >= '3.9' +protobuf==6.33.5; python_version >= '3.9' pyasn1==0.6.2 pyasn1-modules==0.4.2 pyparsing==3.2.5; python_version >= '3.9'