Skip to content
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

build(deps): bump the python-packages group in /utils/tracing/python with 9 updates #888

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2024

Bumps the python-packages group in /utils/tracing/python with 9 updates:

Package From To
grpcio 1.60.0 1.62.1
opentelemetry-api 1.22.0 1.23.0
opentelemetry-exporter-zipkin 1.22.0 1.23.0
opentelemetry-exporter-zipkin-json 1.22.0 1.23.0
opentelemetry-exporter-zipkin-proto-http 1.22.0 1.23.0
opentelemetry-instrumentation 0.43b0 0.44b0
opentelemetry-instrumentation-grpc 0.43b0 0.44b0
opentelemetry-sdk 1.22.0 1.23.0
opentelemetry-semantic-conventions 0.43b0 0.44b0

Updates grpcio from 1.60.0 to 1.62.1

Release notes

Sourced from grpcio's releases.

Release v1.62.1

This is release gRPC Core 1.62.1 (guardian).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

Release v1.62.0

This is release 1.62.0 (guardian) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [metadata] Allow non application/grpc content-type values. (#35824)
  • [BoringSSL] Update third_party/boringssl-with-bazel. (#35768)
  • [GPR] Removed GPR_BACKWARDS_COMPATIBILITY_MODE. (#35602)

Python

  • [Build] Strip armv7 artifacts. (#35832)
  • [Python AIO] Handle DeprecationWarnings when get current loop. (#35583)
  • [Python AIO] Raise resource_exhausted error in case of concurrent RPC limit exceeded. (#35376)
  • [Python O11y] Build and distrib O11y package. (#35578)
  • [Python setuptools] Import error from distutils for lower version of setuptools. (#35561)
  • [ruby] Fix use-after-free for post-fork channel recreation. (#35488)

Ruby

  • [ruby] Build/test ruby 3.3 and build native gems with Ruby 3.3 support. (#35399)

Release v1.62.0-pre1

This is a prerelease of gRPC Core 1.62.0 (guardian).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This prerelease contains refinements, improvements, and bug fixes.

Python

  • grpcio_observability package is not published in this release due to an issue in packaging.

... (truncated)

Commits
  • 6d7a558 [PSM Interop] Enable affinity_session_drain_test for cpp (v1.62.x backport) (...
  • 98e6cb4 Bump release version 202403071400 (#36073)
  • 18386ea [EventEngine] rm invalid assert (#35953) (#36067)
  • 913fee2 [Interop] Make C++ xDS Interop Client and Server Responsive to SIGTERM (v1.62...
  • c643d2a [Python o11y] Fix readme (v1.62.x backport) (#35993)
  • 73d3157 [Documentation] Backport #35973: Make Bazel requirements installable directly...
  • f78a54c Bump release version 202402201104 (#35951)
  • bc4f834 [Python Otel] Fix packaging issue (v1.62.x backport) (#35936)
  • ef03a26 [ObjC] Backport #35893 1.62.x, upgrade abseil to 1.20240116.1 (#35909)
  • acb1a55 [experiments] Disable chaotic good test in 1.62 branch (#35902)
  • Additional commits viewable in compare view

Updates opentelemetry-api from 1.22.0 to 1.23.0

Changelog

Sourced from opentelemetry-api's changelog.

Version 1.23.0/0.44b0 (2024-02-23)

  • Use Attribute rather than boundattribute in logrecord (#3567)
  • Fix flush error when no LoggerProvider configured for LoggingHandler (#3608)
  • Add Span.add_link() method to add link after span start (#3618)
  • Fix OTLPMetricExporter ignores preferred_aggregation property (#3603)
  • Logs: set observed_timestamp field (#3565)
  • Add missing Resource SchemaURL in OTLP exporters (#3652)
  • Fix loglevel warning text (#3566)
  • Prometheus Exporter string representation for target_info labels (#3659)
  • Logs: ObservedTimestamp field is missing in console exporter output (#3564)
  • Fix explicit bucket histogram aggregation (#3429)
  • Add code.lineno, code.function and code.filepath to all logs (#3675)
  • Add Synchronous Gauge instrument (#3462)
  • Drop support for 3.7 (#3668)
  • Include key in attribute sequence warning (#3639)
  • Upgrade markupsafe, Flask and related dependencies to dev and test environments (#3609)
  • Handle HTTP 2XX responses as successful in OTLP exporters (#3623)
  • Improve Resource Detector timeout messaging (#3645)
  • Add Proxy classes for logging (#3575)
  • Remove dependency on 'backoff' library (#3679)
Commits

Updates opentelemetry-exporter-zipkin from 1.22.0 to 1.23.0

Changelog

Sourced from opentelemetry-exporter-zipkin's changelog.

Version 1.23.0/0.44b0 (2024-02-23)

  • Use Attribute rather than boundattribute in logrecord (#3567)
  • Fix flush error when no LoggerProvider configured for LoggingHandler (#3608)
  • Add Span.add_link() method to add link after span start (#3618)
  • Fix OTLPMetricExporter ignores preferred_aggregation property (#3603)
  • Logs: set observed_timestamp field (#3565)
  • Add missing Resource SchemaURL in OTLP exporters (#3652)
  • Fix loglevel warning text (#3566)
  • Prometheus Exporter string representation for target_info labels (#3659)
  • Logs: ObservedTimestamp field is missing in console exporter output (#3564)
  • Fix explicit bucket histogram aggregation (#3429)
  • Add code.lineno, code.function and code.filepath to all logs (#3675)
  • Add Synchronous Gauge instrument (#3462)
  • Drop support for 3.7 (#3668)
  • Include key in attribute sequence warning (#3639)
  • Upgrade markupsafe, Flask and related dependencies to dev and test environments (#3609)
  • Handle HTTP 2XX responses as successful in OTLP exporters (#3623)
  • Improve Resource Detector timeout messaging (#3645)
  • Add Proxy classes for logging (#3575)
  • Remove dependency on 'backoff' library (#3679)
Commits
  • a858e56 Prepare release 1.23.0/0.44b0 (#3702)
  • 12f4490 Fix OTLPMetricExporter ignores preferred_aggregation property (#3603)
  • a087a52 Avoid using OrderedDict as possible (#3634)
  • 20622fd Remove 'backoff' dependency and use a function instead (#3679)
  • e98af82 Fix: Add missing Resource SchemaURL in otlp exporters (#3652)
  • 39f0f82 Prometheus Exporter string representation for target_info labels (#3659)
  • 5d85961 Drop support for 3.7 (#3668)
  • c853bda Relax version of backoff dependency (#2975)
  • c4d17e9 Handle HTTP 2XX responses as successful in OTLP exporters (#3623)
  • 4bac02e Add test context for no exception raised (#3630)
  • Additional commits viewable in compare view

Updates opentelemetry-exporter-zipkin-json from 1.22.0 to 1.23.0

Changelog

Sourced from opentelemetry-exporter-zipkin-json's changelog.

Version 1.23.0/0.44b0 (2024-02-23)

  • Use Attribute rather than boundattribute in logrecord (#3567)
  • Fix flush error when no LoggerProvider configured for LoggingHandler (#3608)
  • Add Span.add_link() method to add link after span start (#3618)
  • Fix OTLPMetricExporter ignores preferred_aggregation property (#3603)
  • Logs: set observed_timestamp field (#3565)
  • Add missing Resource SchemaURL in OTLP exporters (#3652)
  • Fix loglevel warning text (#3566)
  • Prometheus Exporter string representation for target_info labels (#3659)
  • Logs: ObservedTimestamp field is missing in console exporter output (#3564)
  • Fix explicit bucket histogram aggregation (#3429)
  • Add code.lineno, code.function and code.filepath to all logs (#3675)
  • Add Synchronous Gauge instrument (#3462)
  • Drop support for 3.7 (#3668)
  • Include key in attribute sequence warning (#3639)
  • Upgrade markupsafe, Flask and related dependencies to dev and test environments (#3609)
  • Handle HTTP 2XX responses as successful in OTLP exporters (#3623)
  • Improve Resource Detector timeout messaging (#3645)
  • Add Proxy classes for logging (#3575)
  • Remove dependency on 'backoff' library (#3679)
Commits
  • a858e56 Prepare release 1.23.0/0.44b0 (#3702)
  • 12f4490 Fix OTLPMetricExporter ignores preferred_aggregation property (#3603)
  • a087a52 Avoid using OrderedDict as possible (#3634)
  • 20622fd Remove 'backoff' dependency and use a function instead (#3679)
  • e98af82 Fix: Add missing Resource SchemaURL in otlp exporters (#3652)
  • 39f0f82 Prometheus Exporter string representation for target_info labels (#3659)
  • 5d85961 Drop support for 3.7 (#3668)
  • c853bda Relax version of backoff dependency (#2975)
  • c4d17e9 Handle HTTP 2XX responses as successful in OTLP exporters (#3623)
  • 4bac02e Add test context for no exception raised (#3630)
  • Additional commits viewable in compare view

Updates opentelemetry-exporter-zipkin-proto-http from 1.22.0 to 1.23.0

Changelog

Sourced from opentelemetry-exporter-zipkin-proto-http's changelog.

Version 1.23.0/0.44b0 (2024-02-23)

  • Use Attribute rather than boundattribute in logrecord (#3567)
  • Fix flush error when no LoggerProvider configured for LoggingHandler (#3608)
  • Add Span.add_link() method to add link after span start (#3618)
  • Fix OTLPMetricExporter ignores preferred_aggregation property (#3603)
  • Logs: set observed_timestamp field (#3565)
  • Add missing Resource SchemaURL in OTLP exporters (#3652)
  • Fix loglevel warning text (#3566)
  • Prometheus Exporter string representation for target_info labels (#3659)
  • Logs: ObservedTimestamp field is missing in console exporter output (#3564)
  • Fix explicit bucket histogram aggregation (#3429)
  • Add code.lineno, code.function and code.filepath to all logs (#3675)
  • Add Synchronous Gauge instrument (#3462)
  • Drop support for 3.7 (#3668)
  • Include key in attribute sequence warning (#3639)
  • Upgrade markupsafe, Flask and related dependencies to dev and test environments (#3609)
  • Handle HTTP 2XX responses as successful in OTLP exporters (#3623)
  • Improve Resource Detector timeout messaging (#3645)
  • Add Proxy classes for logging (#3575)
  • Remove dependency on 'backoff' library (#3679)
Commits
  • a858e56 Prepare release 1.23.0/0.44b0 (#3702)
  • 12f4490 Fix OTLPMetricExporter ignores preferred_aggregation property (#3603)
  • a087a52 Avoid using OrderedDict as possible (#3634)
  • 20622fd Remove 'backoff' dependency and use a function instead (#3679)
  • e98af82 Fix: Add missing Resource SchemaURL in otlp exporters (#3652)
  • 39f0f82 Prometheus Exporter string representation for target_info labels (#3659)
  • 5d85961 Drop support for 3.7 (#3668)
  • c853bda Relax version of backoff dependency (#2975)
  • c4d17e9 Handle HTTP 2XX responses as successful in OTLP exporters (#3623)
  • 4bac02e Add test context for no exception raised (#3630)
  • Additional commits viewable in compare view

Updates opentelemetry-instrumentation from 0.43b0 to 0.44b0

Changelog

Sourced from opentelemetry-instrumentation's changelog.

Version 1.23.0/0.44b0 (2024-02-23)

  • Drop support for 3.7 (#2151)
  • opentelemetry-resource-detector-azure Added 10s timeout to VM Resource Detector (#2119)
  • opentelemetry-instrumentation-asyncpg Allow AsyncPGInstrumentor to be instantiated multiple times (#1791)
  • opentelemetry-instrumentation-confluent-kafka Add support for higher versions until 2.3.0 of confluent_kafka (#2132)
  • opentelemetry-resource-detector-azure Changed timeout to 4 seconds due to timeout bug (#2136)
  • opentelemetry-resource-detector-azure Suppress instrumentation for urllib call (#2178)
  • AwsLambdaInstrumentor handles and re-raises function exception (#2245)

Added

  • opentelemetry-instrumentation-psycopg Initial release for psycopg 3.x
Commits

Updates opentelemetry-instrumentation-grpc from 0.43b0 to 0.44b0

Changelog

Sourced from opentelemetry-instrumentation-grpc's changelog.

Version 1.23.0/0.44b0 (2024-02-23)

  • Drop support for 3.7 (#2151)
  • opentelemetry-resource-detector-azure Added 10s timeout to VM Resource Detector (#2119)
  • opentelemetry-instrumentation-asyncpg Allow AsyncPGInstrumentor to be instantiated multiple times (#1791)
  • opentelemetry-instrumentation-confluent-kafka Add support for higher versions until 2.3.0 of confluent_kafka (#2132)
  • opentelemetry-resource-detector-azure Changed timeout to 4 seconds due to timeout bug (#2136)
  • opentelemetry-resource-detector-azure Suppress instrumentation for urllib call (#2178)
  • AwsLambdaInstrumentor handles and re-raises function exception (#2245)

Added

  • opentelemetry-instrumentation-psycopg Initial release for psycopg 3.x
Commits

Updates opentelemetry-sdk from 1.22.0 to 1.23.0

Changelog

Sourced from opentelemetry-sdk's changelog.

Version 1.23.0/0.44b0 (2024-02-23)

  • Use Attribute rather than boundattribute in logrecord (#3567)
  • Fix flush error when no LoggerProvider configured for LoggingHandler (#3608)
  • Add Span.add_link() method to add link after span start (#3618)
  • Fix OTLPMetricExporter ignores preferred_aggregation property (#3603)
  • Logs: set observed_timestamp field (#3565)
  • Add missing Resource SchemaURL in OTLP exporters (#3652)
  • Fix loglevel warning text (#3566)
  • Prometheus Exporter string representation for target_info labels (#3659)
  • Logs: ObservedTimestamp field is missing in console exporter output (#3564)
  • Fix explicit bucket histogram aggregation (#3429)
  • Add code.lineno, code.function and code.filepath to all logs (#3675)
  • Add Synchronous Gauge instrument (#3462)
  • Drop support for 3.7 (#3668)
  • Include key in attribute sequence warning (#3639)
  • Upgrade markupsafe, Flask and related dependencies to dev and test environments (#3609)
  • Handle HTTP 2XX responses as successful in OTLP exporters (#3623)
  • Improve Resource Detector timeout messaging (#3645)
  • Add Proxy classes for logging (#3575)
  • Remove dependency on 'backoff' library (#3679)
Commits

Updates opentelemetry-semantic-conventions from 0.43b0 to 0.44b0

Changelog

Sourced from opentelemetry-semantic-conventions's changelog.

Version 1.23.0/0.44b0 (2024-02-23)

  • Use Attribute rather than boundattribute in logrecord (#3567)
  • Fix flush error when no LoggerProvider configured for LoggingHandler (#3608)
  • Add Span.add_link() method to add link after span start (#3618)
  • Fix OTLPMetricExporter ignores preferred_aggregation property (#3603)
  • Logs: set observed_timestamp field (#3565)
  • Add missing Resource SchemaURL in OTLP exporters (#3652)
  • Fix loglevel warning text (#3566)
  • Prometheus Exporter string representation for target_info labels (#3659)
  • Logs: ObservedTimestamp field is missing in console exporter output (#3564)
  • Fix explicit bucket histogram aggregation (#3429)
  • Add code.lineno, code.function and code.filepath to all logs (#3675)
  • Add Synchronous Gauge instrument (#3462)
  • Drop support for 3.7 (#3668)
  • Include key in attribute sequence warning (#3639)
  • Upgrade markupsafe, Flask and related dependencies to dev and test environments (#3609)
  • Handle HTTP 2XX responses as successful in OTLP exporters (#3623)
  • Improve Resource Detector timeout messaging (#3645)
  • Add Proxy classes for logging (#3575)
  • Remove dependency on 'backoff' library (#3679)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-packages group in /utils/tracing/python with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [grpcio](https://github.com/grpc/grpc) | `1.60.0` | `1.62.1` |
| [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python) | `1.22.0` | `1.23.0` |
| [opentelemetry-exporter-zipkin](https://github.com/open-telemetry/opentelemetry-python) | `1.22.0` | `1.23.0` |
| [opentelemetry-exporter-zipkin-json](https://github.com/open-telemetry/opentelemetry-python) | `1.22.0` | `1.23.0` |
| [opentelemetry-exporter-zipkin-proto-http](https://github.com/open-telemetry/opentelemetry-python) | `1.22.0` | `1.23.0` |
| [opentelemetry-instrumentation](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.43b0` | `0.44b0` |
| [opentelemetry-instrumentation-grpc](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.43b0` | `0.44b0` |
| [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python) | `1.22.0` | `1.23.0` |
| [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-python) | `0.43b0` | `0.44b0` |


Updates `grpcio` from 1.60.0 to 1.62.1
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.60.0...v1.62.1)

Updates `opentelemetry-api` from 1.22.0 to 1.23.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.22.0...v1.23.0)

Updates `opentelemetry-exporter-zipkin` from 1.22.0 to 1.23.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.22.0...v1.23.0)

Updates `opentelemetry-exporter-zipkin-json` from 1.22.0 to 1.23.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.22.0...v1.23.0)

Updates `opentelemetry-exporter-zipkin-proto-http` from 1.22.0 to 1.23.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.22.0...v1.23.0)

Updates `opentelemetry-instrumentation` from 0.43b0 to 0.44b0
- [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)

Updates `opentelemetry-instrumentation-grpc` from 0.43b0 to 0.44b0
- [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)

Updates `opentelemetry-sdk` from 1.22.0 to 1.23.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.22.0...v1.23.0)

Updates `opentelemetry-semantic-conventions` from 0.43b0 to 0.44b0
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python/commits)

---
updated-dependencies:
- dependency-name: grpcio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: opentelemetry-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: opentelemetry-exporter-zipkin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: opentelemetry-exporter-zipkin-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: opentelemetry-exporter-zipkin-proto-http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: opentelemetry-instrumentation
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: opentelemetry-instrumentation-grpc
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: opentelemetry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: opentelemetry-semantic-conventions
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 11, 2024
@dhschall dhschall enabled auto-merge (rebase) March 11, 2024 13:24
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 29, 2024

Superseded by #907.

@dependabot dependabot bot closed this Mar 29, 2024
auto-merge was automatically disabled March 29, 2024 13:11

Pull request was closed

@dependabot dependabot bot deleted the dependabot/pip/utils/tracing/python/python-packages-f14096a327 branch March 29, 2024 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants