From dddfdb53bb189aecc09463526da6e9b8ef5b2b2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 16:37:18 +0000 Subject: [PATCH] build(deps): bump opentelemetry-distro in /python-example Bumps [opentelemetry-distro](https://github.com/open-telemetry/opentelemetry-python-contrib) from 0.41b0 to 0.42b0. - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits) --- updated-dependencies: - dependency-name: opentelemetry-distro dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python-example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-example/requirements.txt b/python-example/requirements.txt index f1202aea..4b9eda06 100644 --- a/python-example/requirements.txt +++ b/python-example/requirements.txt @@ -1,5 +1,5 @@ Flask -opentelemetry-distro==0.41b0 +opentelemetry-distro==0.42b0 opentelemetry-exporter-otlp==1.20.0 opentelemetry-instrumentation==0.41b0 opentelemetry-instrumentation-flask==0.41b0