From e0d827f2b427242437ccf38194c32f060ad5f67d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:22:34 +0000 Subject: [PATCH] chore(deps): bump protobuf from 3.19.4 to 5.29.2 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.19.4 to 5.29.2. - [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/compare/v3.19.4...v5.29.2) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 84b066f..97c9328 100644 --- a/requirements.txt +++ b/requirements.txt @@ -316,7 +316,7 @@ packaging==24.1 # opentelemetry-instrumentation-flask # opentelemetry-instrumentation-pika # opentelemetry-instrumentation-sqlalchemy -protobuf==3.19.4 +protobuf==5.29.2 # via # googleapis-common-protos # odigos-opentelemetry-python (setup.py) diff --git a/setup.py b/setup.py index 1a28ce6..9b9c634 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ "urllib3 === 2.2.3", "odigos-requests == 2.32.3.dev0", "requests == 2.32.3", - "protobuf == 3.19.4", + "protobuf == 5.29.2", 'opentelemetry-distro==0.46b0', 'opentelemetry-exporter-otlp-proto-http==1.25.0', 'opentelemetry-instrumentation==0.46b0',