From 7abb5d9a40220694cadeb67db1ddab02e0a885d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 16:06:13 +0000 Subject: [PATCH] Bump protobuf from 6.32.0 to 6.33.5 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 6.32.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e0443aa..c3b5fa1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ markupsafe==3.0.2; python_version >= '3.9' opentelemetry-api==1.36.0; python_version >= '3.9' packaging==25.0; python_version >= '3.8' proto-plus==1.26.1; python_version >= '3.7' -protobuf==6.32.0; python_version >= '3.9' +protobuf==6.33.5; python_version >= '3.9' pyasn1==0.6.1; python_version >= '3.8' pyasn1-modules==0.4.2; python_version >= '3.8' python-dotenv==1.1.1; python_version >= '3.9'