From 6bb2778be7e4505c78f9e4121a14f75acc789d3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 20:51:45 +0000 Subject: [PATCH] chore(deps): bump protobuf from 5.29.3 to 5.29.6 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.29.3 to 5.29.6. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 5.29.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 979e13e4..2446e0a8 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ "grpcio-status==1.66.1", "grpcio-tools==1.70.0", "googleapis-common-protos==1.69.0", - "protobuf==5.29.3", + "protobuf==5.29.6", "flask==3.0.3", "requests-toolbelt==1.0.0", "scalpl==0.4.2",