From 6968be8f5e7d297c54dbc7d737034724f2626d93 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 12:13:38 +0000 Subject: [PATCH] chore(deps): update dependency opentelemetry-distro to v0.58b0 | datasource | package | from | to | | ---------- | -------------------- | ------ | ------ | | pypi | opentelemetry-distro | 0.57b0 | 0.58b0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- examples/python/Dockerfile | 2 +- examples/python/run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/python/Dockerfile b/examples/python/Dockerfile index c73faa0d..73c22d13 100644 --- a/examples/python/Dockerfile +++ b/examples/python/Dockerfile @@ -13,7 +13,7 @@ RUN pip install --upgrade pip RUN pip install --no-cache-dir -r requirements.txt # renovate: datasource=pypi depName=opentelemetry-distro -ENV OPENTELEMETRY_DISTRO_VERSION=0.57b0 +ENV OPENTELEMETRY_DISTRO_VERSION=0.58b0 RUN pip install --no-cache-dir "opentelemetry-distro[otlp]==$OPENTELEMETRY_DISTRO_VERSION" RUN opentelemetry-bootstrap -a install diff --git a/examples/python/run.sh b/examples/python/run.sh index 38304b2d..b2ec7e43 100755 --- a/examples/python/run.sh +++ b/examples/python/run.sh @@ -17,7 +17,7 @@ pip install -r requirements.txt # Step 1: Install the OpenTelemetry SDK # renovate: datasource=pypi depName=opentelemetry-distro -opentelemetry_distro_version=0.57b0 +opentelemetry_distro_version=0.58b0 pip install "opentelemetry-distro[otlp]==${opentelemetry_distro_version}" opentelemetry-bootstrap -a install