From 7c4d9efd549356f07c2c3930c5d427f1f7406887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 09:26:09 +0000 Subject: [PATCH] chore(deps): Update opentelemetry-exporter-otlp-proto-http requirement Updates the requirements on [opentelemetry-exporter-otlp-proto-http](https://github.com/open-telemetry/opentelemetry-python) to permit the latest version. - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python/compare/v1.43.0...v1.44.0) --- updated-dependencies: - dependency-name: opentelemetry-exporter-otlp-proto-http dependency-version: 1.44.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements-lambda.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements-lambda.txt b/backend/requirements-lambda.txt index c6b1705..7e9d860 100644 --- a/backend/requirements-lambda.txt +++ b/backend/requirements-lambda.txt @@ -11,5 +11,5 @@ urllib3 # the workflow Lambda + deployment Lambda + step handlers receive. opentelemetry-api>=1.43.0 opentelemetry-sdk>=1.43.0 -opentelemetry-exporter-otlp-proto-http>=1.43.0 +opentelemetry-exporter-otlp-proto-http>=1.44.0 opentelemetry-instrumentation-botocore>=0.64b0