Skip to content

Commit

Permalink
build(deps-dev): bump oteltest from 0.24.0 to 0.38.0
Browse files Browse the repository at this point in the history
Bumps [oteltest](https://github.com/pmcollins/oteltest) from 0.24.0 to 0.38.0.
- [Commits](https://github.com/pmcollins/oteltest/commits)

---
updated-dependencies:
- dependency-name: oteltest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent a97327a commit 585b92f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ opentelemetry-semantic-conventions==0.50b0
# elastic-opentelemetry (pyproject.toml)
# opentelemetry-instrumentation
# opentelemetry-sdk
oteltest==0.24.0
oteltest==0.38.0
# via elastic-opentelemetry (pyproject.toml)
packaging==24.2
# via
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
]

[project.optional-dependencies]
dev = ["pytest", "pip-tools", "oteltest==0.24.0", "leb128"]
dev = ["pytest", "pip-tools", "oteltest==0.38.0", "leb128"]

[project.entry-points.opentelemetry_configurator]
configurator = "elasticotel.distro:ElasticOpenTelemetryConfigurator"
Expand Down

0 comments on commit 585b92f

Please sign in to comment.