From d727c85014b611c34b4969429272a0b2b4dc01af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 19:08:05 +0000 Subject: [PATCH] chore(deps): Update protobuf requirement Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.32.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d8f4adbb1..7d43ef1b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ docs = [ "pymdown-extensions>=10.0", ] tracing = [ - "protobuf>=4.25.8,<5.0", + "protobuf>=4.25.8,<7.0", "wrapt>=1.16.0", "opentelemetry-api>=1.20.0", "opentelemetry-sdk>=1.20.0", @@ -104,7 +104,7 @@ tracing = [ "opentelemetry-exporter-jaeger>=1.20.0", ] all = [ - "protobuf>=4.25.8,<5.0", + "protobuf>=4.25.8,<7.0", "wrapt>=1.16.0", "opentelemetry-api>=1.20.0", "opentelemetry-sdk>=1.20.0",