Skip to content

Commit

Permalink
maint(deps): update opentelemetry-api requirement
Browse files Browse the repository at this point in the history
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](open-telemetry/opentelemetry-python@v1.25.0...v1.27.0)

---
updated-dependencies:
- dependency-name: opentelemetry-api
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 7410aec commit 2085006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello-world/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 2085006

Please sign in to comment.