From 448c6e5b7f34156ec24107c8a5fb239d2fa9ead0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 22:52:09 +0000 Subject: [PATCH] chore(deps): bump protobuf from 6.31.1 to 7.35.0 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 6.31.1 to 7.35.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 7.35.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c9d30661..f6162ef8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "prometheus-client>=0.21.1", "py-grpc-prometheus>=0.8.0", "torch==2.11.0", - "protobuf==6.31.1", + "protobuf==7.35.0", # OpenTelemetry is a required dependency. No automatic downgrade. "opentelemetry-api>=1.36.0", "opentelemetry-sdk>=1.36.0",