From eaf7fb043ee267920ca0eebc25d3fd70ae786cc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 17:53:19 +0000 Subject: [PATCH] Bump the python-manual-sample-app-deps group Bumps the python-manual-sample-app-deps group in /sample-apps/python-manual-instrumentation-sample-app with 2 updates: [boto3](https://github.com/boto/boto3) and [protobuf](https://github.com/protocolbuffers/protobuf). Updates `boto3` from 1.34.30 to 1.34.45 - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.34.30...1.34.45) Updates `protobuf` from 4.25.2 to 4.25.3 - [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/v4.25.2...v4.25.3) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-manual-sample-app-deps - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-manual-sample-app-deps ... Signed-off-by: dependabot[bot] --- .../python-manual-instrumentation-sample-app/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample-apps/python-manual-instrumentation-sample-app/requirements.txt b/sample-apps/python-manual-instrumentation-sample-app/requirements.txt index f9125a1a..468a05a5 100644 --- a/sample-apps/python-manual-instrumentation-sample-app/requirements.txt +++ b/sample-apps/python-manual-instrumentation-sample-app/requirements.txt @@ -1,4 +1,4 @@ -boto3==1.34.30 +boto3==1.34.45 Flask==2.3.3 opentelemetry-distro==0.43b0 opentelemetry-exporter-otlp==1.22.0 @@ -8,6 +8,6 @@ opentelemetry-instrumentation-requests==0.43b0 opentelemetry-instrumentation-botocore==0.43b0 opentelemetry-sdk-extension-aws==2.0.1 opentelemetry-propagator-aws-xray==1.0.1 -protobuf==4.25.2 +protobuf==4.25.3 PyYAML==6.0.1 requests==2.31.0 \ No newline at end of file