From df3063605637dadb1edafef3ee371e580dcadc09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 13:03:26 +0000 Subject: [PATCH] Bump protobuf in /sample-apps/python-manual-instrumentation-sample-app Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.29.3 to 5.29.5. - [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/v5.29.3...v5.29.5) --- updated-dependencies: - dependency-name: protobuf dependency-version: 5.29.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../python-manual-instrumentation-sample-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-apps/python-manual-instrumentation-sample-app/requirements.txt b/sample-apps/python-manual-instrumentation-sample-app/requirements.txt index 269efdc9..8a73a6f3 100644 --- a/sample-apps/python-manual-instrumentation-sample-app/requirements.txt +++ b/sample-apps/python-manual-instrumentation-sample-app/requirements.txt @@ -8,6 +8,6 @@ opentelemetry-instrumentation-requests==0.50b0 opentelemetry-instrumentation-botocore==0.50b0 opentelemetry-sdk-extension-aws==2.1.0 opentelemetry-propagator-aws-xray==1.0.2 -protobuf==5.29.3 +protobuf==5.29.5 PyYAML==6.0.2 requests==2.32.3 \ No newline at end of file