From 80781eb1739127fc531072c641403763d5ba756a Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 15:17:25 +0000 Subject: [PATCH] chore(deps): update dependency opentelemetry-distro to v0.59b0 | datasource | package | from | to | | ---------- | -------------------- | ------ | ------ | | pypi | opentelemetry-distro | 0.58b0 | 0.59b0 | 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 73c22d13..654a803c 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.58b0 +ENV OPENTELEMETRY_DISTRO_VERSION=0.59b0 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 b2ec7e43..40f54360 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.58b0 +opentelemetry_distro_version=0.59b0 pip install "opentelemetry-distro[otlp]==${opentelemetry_distro_version}" opentelemetry-bootstrap -a install