Skip to content

Commit

Permalink
maint(deps): bump otel to 1.19.0/0.40b0 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 25, 2023
1 parent a30c815 commit b3cfbbc
Show file tree
Hide file tree
Showing 4 changed files with 345 additions and 267 deletions.
4 changes: 2 additions & 2 deletions examples/hello-world-flask/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ readme = "README.md"
python = "^3.10"
flask = "^2.2.2"
honeycomb-opentelemetry = {path = "../../", develop = true}
opentelemetry-api = "^1.17.0"
opentelemetry-instrumentation-flask = "^0.38b0"
opentelemetry-api = "^1.19.0"
opentelemetry-instrumentation-flask = "^0.40b0"

[build-system]
requires = ["poetry-core"]
Expand Down
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.17.0"
opentelemetry-api = "^1.19.0"

[build-system]
requires = ["poetry-core"]
Expand Down
Loading

0 comments on commit b3cfbbc

Please sign in to comment.