Skip to content

Commit

Permalink
maint(deps): bump the otel versions to 1.20.0/0.41b0 (#158)
Browse files Browse the repository at this point in the history
Bumps the otel group with 1 update:
[opentelemetry-instrumentation](https://github.com/open-telemetry/opentelemetry-python-contrib).

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vera Reynolds <verareynolds@honeycomb.io>
Co-authored-by: Vera Reynolds <vreynolds@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 25, 2023
1 parent 3ea9ca2 commit 77b69d7
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 44 deletions.
2 changes: 1 addition & 1 deletion examples/hello-world-flask/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python = "^3.10"
flask = "^2.2.2"
honeycomb-opentelemetry = {path = "../../", develop = true}
opentelemetry-api = "^1.19.0"
opentelemetry-instrumentation-flask = "^0.40b0"
opentelemetry-instrumentation-flask = "^0.41b0"

[build-system]
requires = ["poetry-core"]
Expand Down
79 changes: 40 additions & 39 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ packages = [{include = "honeycomb", from = "src" }]

[tool.poetry.dependencies]
python = "^3.7, >= 3.7.2"
opentelemetry-api = "1.19.0"
opentelemetry-sdk = "1.19.0"
opentelemetry-exporter-otlp = "1.19.0"
opentelemetry-instrumentation = "0.40b0"
opentelemetry-api = "1.20.0"
opentelemetry-sdk = "1.20.0"
opentelemetry-exporter-otlp = "1.20.0"
opentelemetry-instrumentation = "0.41b0"

[tool.poetry.group.dev.dependencies]
coverage = ">=6.5,<8.0"
Expand Down

0 comments on commit 77b69d7

Please sign in to comment.