From 969ea3ed01ba576caf0c595de390955302d09f9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 16:45:52 +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.46b0. - [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..df8eae89 100644 --- a/python-example/requirements.txt +++ b/python-example/requirements.txt @@ -1,5 +1,5 @@ Flask -opentelemetry-distro==0.41b0 +opentelemetry-distro==0.46b0 opentelemetry-exporter-otlp==1.20.0 opentelemetry-instrumentation==0.41b0 opentelemetry-instrumentation-flask==0.41b0