Skip to content

build(deps-dev): bump oteltest from 0.24.0 to 0.39.0 #304

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps-dev): bump oteltest from 0.24.0 to 0.39.0
Bumps [oteltest](https://github.com/pmcollins/oteltest) from 0.24.0 to 0.39.0.
- [Commits](https://github.com/pmcollins/oteltest/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 21, 2025
commit e1270192c15c15a7e0973dcf00b49d982ac556fa
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ opentelemetry-semantic-conventions==0.54b1
# elastic-opentelemetry (pyproject.toml)
# opentelemetry-instrumentation
# opentelemetry-sdk
oteltest==0.24.0
oteltest==0.39.0
# via elastic-opentelemetry (pyproject.toml)
packaging==25.0
# via
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies = [
]

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

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