From 17313bf01f7a57e7441eaf9e3f00a621d601b7b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 20:36:25 +0000 Subject: [PATCH] Bump protobuf from 5.27.2 to 5.29.6 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.27.2 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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4bb4ac5..45102c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ dependencies = [ "ccptools >= 1.1, <2", - "protobuf == 5.27.2", + "protobuf == 5.29.6", "grpcio >=1.66.1, <2", "grpcio-tools >=1.66.1, <2", "googleapis-common-protos >=1.65, <2" diff --git a/requirements.txt b/requirements.txt index 79e8f24..0569572 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ ccptools >= 1.1, <2 grpcio >=1.66.1, <2 grpcio-tools >=1.66.1, <2 googleapis-common-protos >=1.65, <2 -protobuf == 5.27.2 +protobuf == 5.29.6