chore(deps): bump the observability-deps group across 1 directory with 4 updates#20
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the observability-deps group across 1 directory with 4 updates#20dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
dependabot
Bot
force-pushed
the
dependabot/pip/observability-deps-b58756e189
branch
from
June 22, 2026 10:07
8fc566f to
6f7d44a
Compare
…h 4 updates Updates the requirements on [prometheus-client](https://github.com/prometheus/client_python), [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python), [opentelemetry-exporter-otlp-proto-grpc](https://github.com/open-telemetry/opentelemetry-python) and [opentelemetry-instrumentation](https://github.com/open-telemetry/opentelemetry-python-contrib) to permit the latest version. Updates `prometheus-client` from 0.19.0 to 0.25.0 - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](prometheus/client_python@v0.19.0...v0.25.0) Updates `opentelemetry-api` to 1.43.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.43.0) Updates `opentelemetry-exporter-otlp-proto-grpc` to 1.43.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.43.0) Updates `opentelemetry-instrumentation` to 0.64b0 - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits) --- updated-dependencies: - dependency-name: opentelemetry-api dependency-version: 1.41.1 dependency-type: direct:production dependency-group: observability-deps - dependency-name: opentelemetry-exporter-otlp-proto-grpc dependency-version: 1.41.1 dependency-type: direct:production dependency-group: observability-deps - dependency-name: opentelemetry-instrumentation dependency-version: 0.62b1 dependency-type: direct:production dependency-group: observability-deps - dependency-name: prometheus-client dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: observability-deps ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/observability-deps-b58756e189
branch
from
June 29, 2026 10:06
6f7d44a to
3eed6a1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on prometheus-client, opentelemetry-api, opentelemetry-exporter-otlp-proto-grpc and opentelemetry-instrumentation to permit the latest version.
Updates
prometheus-clientfrom 0.19.0 to 0.25.0Release notes
Sourced from prometheus-client's releases.
... (truncated)
Commits
2cd1738Release 0.25.0daa1626docs: add API reference for all metric types (#1159)8673912Support MultiProcessCollector in RestrictedRegistry. (#1150)671f75cFix spaces in grouping key values for push_to_gateway (#1156)1cf53feFix server shutdown documentation (#1155)a854135Migrate to Github Actions (#1153)f417f6eRelease 0.24.16f0e967Pass correct registry to MultiProcessCollector (#1152)c5024d3Release 0.24.0e1cdc20Add Django exporter (#1088) (#1143)Updates
opentelemetry-apito 1.43.0Changelog
Sourced from opentelemetry-api's changelog.
... (truncated)
Commits
fcbbeb8[release/v1.43.x-0.64bx] Prepare release 1.43.0/0.64b0 (#5349)b40dcbcopentelemetry-exporter-http-transport: enable entry-point loading of transpor...10e8577update to Sphinx to 8.1.3 in order to support Python 3.14 (#5278)6ac6895docs: add declarative configuration guide and example (#5309)13ad4d5opentelemetry-api: normalize empty environment propagation names to "_" in En...6a0ab84opentelemetry-sdk: merge doesn't need a copy, dict already does this (#5326)ac7a3dffeat(config): support OTEL_CONFIG_FILE in the SDK configurator (#5271)fa75422Add support for composite samplers in declarative config (#5201)43f079fUpdate json and proto encoder to always accept None type, cleanup code / test...53c9d96chore: cleanup typo found in test (#5324)Updates
opentelemetry-exporter-otlp-proto-grpcto 1.43.0Changelog
Sourced from opentelemetry-exporter-otlp-proto-grpc's changelog.
... (truncated)
Commits
fcbbeb8[release/v1.43.x-0.64bx] Prepare release 1.43.0/0.64b0 (#5349)b40dcbcopentelemetry-exporter-http-transport: enable entry-point loading of transpor...10e8577update to Sphinx to 8.1.3 in order to support Python 3.14 (#5278)6ac6895docs: add declarative configuration guide and example (#5309)13ad4d5opentelemetry-api: normalize empty environment propagation names to "_" in En...6a0ab84opentelemetry-sdk: merge doesn't need a copy, dict already does this (#5326)ac7a3dffeat(config): support OTEL_CONFIG_FILE in the SDK configurator (#5271)fa75422Add support for composite samplers in declarative config (#5201)43f079fUpdate json and proto encoder to always accept None type, cleanup code / test...53c9d96chore: cleanup typo found in test (#5324)Updates
opentelemetry-instrumentationto 0.64b0Changelog
Sourced from opentelemetry-instrumentation's changelog.
... (truncated)
Commits