From 3e781e0bb7a9c9a6da11a50c6e645d8d312839cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 12:26:29 +0200 Subject: [PATCH] Update opentelemetry-exporter-otlp-proto-http requirement (#124) 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.16.0...v1.24.0) --- updated-dependencies: - dependency-name: opentelemetry-exporter-otlp-proto-http dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jochenchrist --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb2eafc3..91886daf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "rdflib==7.0.0", "avro==1.11.3", "opentelemetry-exporter-otlp-proto-grpc>=1.16,<1.25", - "opentelemetry-exporter-otlp-proto-http~=1.16.0" + "opentelemetry-exporter-otlp-proto-http>=1.16,<1.25", ] [project.optional-dependencies]