From 426fdf19a3eb393d9cf803bdfcfca66c0bf55441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 15:52:59 +0000 Subject: [PATCH] Bump protobuf from 3.1 to 5.29.6 in /docker/build/installers Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.1 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] --- docker/build/installers/py27_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/build/installers/py27_requirements.txt b/docker/build/installers/py27_requirements.txt index a48bb04..b7a0991 100644 --- a/docker/build/installers/py27_requirements.txt +++ b/docker/build/installers/py27_requirements.txt @@ -8,7 +8,7 @@ supervisor # Google infras. glog grpcio-tools == 1.2.0 -protobuf == 3.1 +protobuf == 5.29.6 python-gflags # Web utils.