Skip to content

Commit

Permalink
Bump the otel group with 3 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python), [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python) and [opentelemetry-exporter-otlp-proto-http](https://github.com/open-telemetry/opentelemetry-python) to permit the latest version.

Updates `opentelemetry-api` to 1.29.0
- [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.27.0...v1.29.0)

Updates `opentelemetry-sdk` to 1.29.0
- [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.27.0...v1.29.0)

Updates `opentelemetry-exporter-otlp-proto-http` to 1.29.0
- [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.27.0...v1.29.0)

---
updated-dependencies:
- dependency-name: opentelemetry-api
  dependency-type: direct:production
  dependency-group: otel
- dependency-name: opentelemetry-sdk
  dependency-type: direct:production
  dependency-group: otel
- dependency-name: opentelemetry-exporter-otlp-proto-http
  dependency-type: direct:production
  dependency-group: otel
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mdellweg committed Dec 12, 2024
1 parent b13ebac commit 40372e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ dependencies = [
"json_stream>=2.3.2,<2.4",
"jq>=1.6.0,<1.9.0",
"PyOpenSSL<25.0",
"opentelemetry-api>=1.27.0,<1.29",
"opentelemetry-sdk>=1.27.0,<1.29",
"opentelemetry-exporter-otlp-proto-http>=1.27.0,<1.29",
"opentelemetry-api>=1.27.0,<1.30",
"opentelemetry-sdk>=1.27.0,<1.30",
"opentelemetry-exporter-otlp-proto-http>=1.27.0,<1.30",
"protobuf>=4.21.1,<6.0",
"pulp-glue>=0.18.0,<0.30",
"pygtrie>=2.5,<=2.5.0",
Expand Down

0 comments on commit 40372e7

Please sign in to comment.