From f1899fd752907cd694978185f0fc24615b63f1af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Apr 2025 10:52:21 +0000 Subject: [PATCH] Update opentelemetry-instrumentation-httpx requirement in /code/function Updates the requirements on [opentelemetry-instrumentation-httpx](https://github.com/open-telemetry/opentelemetry-python-contrib) to permit the latest version. - [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-instrumentation-httpx dependency-version: 0.53b0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/function/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/function/requirements.txt b/code/function/requirements.txt index 75c4598..64b9884 100644 --- a/code/function/requirements.txt +++ b/code/function/requirements.txt @@ -9,5 +9,5 @@ pydantic-settings~=2.7.1 httpx~=0.28.1 azure-monitor-opentelemetry-exporter==1.0.0b33 opentelemetry-instrumentation-fastapi==0.50b0 -opentelemetry-instrumentation-httpx~=0.50b0 +opentelemetry-instrumentation-httpx~=0.53b0 opentelemetry-instrumentation-system-metrics~=0.50b0