From 2085006ec18977f1c4fc7ad76f60d9bd657dfdd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 20:17:21 +0000 Subject: [PATCH] maint(deps): update opentelemetry-api requirement Updates the requirements on [opentelemetry-api](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.25.0...v1.27.0) --- updated-dependencies: - dependency-name: opentelemetry-api dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/hello-world/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello-world/pyproject.toml b/examples/hello-world/pyproject.toml index 62681f0..d6f6032 100644 --- a/examples/hello-world/pyproject.toml +++ b/examples/hello-world/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" honeycomb-opentelemetry = {path = "../../", develop = true} -opentelemetry-api = "1.25.0" +opentelemetry-api = "1.27.0" [build-system] requires = ["poetry-core"]