From 9607f28a9f27ca51e077fc5866b5a52aad22b129 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 04:30:10 +0000 Subject: [PATCH] Update Python dependencies --- connectrpc-otel/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/connectrpc-otel/pyproject.toml b/connectrpc-otel/pyproject.toml index 9389b372..d9b6ce20 100644 --- a/connectrpc-otel/pyproject.toml +++ b/connectrpc-otel/pyproject.toml @@ -52,9 +52,9 @@ dev = [ # a transitive dependency, so we go ahead and leave it out. "connect-python>=0.8.0", - "opentelemetry-sdk==1.39.1", - "opentelemetry-instrumentation-asgi==0.60b1", - "opentelemetry-instrumentation-wsgi==0.60b1", + "opentelemetry-sdk==1.40.0", + "opentelemetry-instrumentation-asgi==0.61b0", + "opentelemetry-instrumentation-wsgi==0.61b0", "connect-python-example", "pytest",