From d2fcc303f13c050b111f85e6fab1da8e6329048f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 17:33:50 +0000 Subject: [PATCH] Bump boto3 Bumps the python-manual-sample-app-deps group in /sample-apps/python-manual-instrumentation-sample-app with 1 update: [boto3](https://github.com/boto/boto3). Updates `boto3` from 1.35.64 to 1.35.69 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.64...1.35.69) --- updated-dependencies: - dependency-name: boto3 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 | 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 71cd965f..5b540167 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.35.64 +boto3==1.35.69 Flask==2.3.3 opentelemetry-distro==0.49b2 opentelemetry-exporter-otlp==1.28.2