From 89487d5b5bb3aff8c584a96791088faaa5359563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 21:03:37 +0000 Subject: [PATCH] Bump protobuf from 5.27.2 to 7.34.0rc1 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.27.2 to 7.34.0rc1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 7.34.0rc1 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..63c4128 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ dependencies = [ "ccptools >= 1.1, <2", - "protobuf == 5.27.2", + "protobuf == 7.34.0rc1", "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..d7a54f8 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 == 7.34.0rc1