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 across 1 directory with 9 updates #1113

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2024

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

Package From To
grpcio 1.63.0 1.68.0
opentelemetry-api 1.24.0 1.28.1
opentelemetry-exporter-zipkin 1.24.0 1.28.1
opentelemetry-exporter-zipkin-json 1.24.0 1.28.1
opentelemetry-exporter-zipkin-proto-http 1.24.0 1.28.1
opentelemetry-instrumentation 0.45b0 0.49b1
opentelemetry-instrumentation-grpc 0.45b0 0.49b1
opentelemetry-sdk 1.24.0 1.28.1
opentelemetry-semantic-conventions 0.45b0 0.49b1

Updates grpcio from 1.63.0 to 1.68.0

Release notes

Sourced from grpcio's releases.

Release v1.68.0

This is release 1.68.0 (groovy) 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

  • [XdsClient][Backport] Add missing authority to XdsClient metrics scope (#38009). (#38023)
  • [Release] Bump core version in preparation for 1.68 Branch Cut. (#37941)
  • [ConfigFetcher] Set HTTP2 error to NO_ERROR to do graceful GOAWAYs. (#37939)
  • [ruby] reduce INFO log for server CQ pluck registration to DEBUG. (#37633)
  • [EventEngine] Enable the PosixEventEngine client experiment. (#35985)
  • [chttp2_server] Fix race between connection starting and it being orphaned. (#37683)
  • [Chttp2Server] Fix race between connection manager updates and handshake. (#37772)
  • [xds] Fix XdsClient race between ResourceDoesNotExist timer and receiving resources. (#37678)

C++

  • [Build] Minimum version of MSVC is now 2022. (#37687)
  • [Build] Bumped the minimum version of cmake. (#37702)

Python

  • Add templating and support for Python 3.13. (#37643)

Release v1.68.0-pre1

This is a prerelease of gRPC Core 1.68.0 (groovy).

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

This prerelease contains refinements, improvements, and bug fixes.

Release v1.67.1

This is release gRPC Core 1.67.1 (gesundheit). This is a Python-only patch release.

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

This release contains refinements, improvements, and bug fixes.

Release v1.67.0

This is release 1.67.0 (gesundheit) 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.

... (truncated)

Commits
  • 6b49ae6 [Release] Bump v.1.68.x to 1.68.0 (#38124)
  • 2bcf835 [Backport][chttp2] Fix channelz address (#38022) (#38027)
  • 5801d12 [XdsClient][Backport] Add missing authority to XdsClient metrics scope (#3800...
  • 62e547b Bump v1.68.x version to v1.68.0-pre1 (#38001)
  • 1178b2d [retry e2e test] add log message about known flakiness (#37974)
  • c5999db [call-v3] Fix leak with cq-based server (#37972)
  • eacb2f7 Changed Bazel/Workspace to use @​com_google_protobuf//python/dist:syst… (#37971)
  • 14f22c7 [EventEngine] Disable the backup poller if all EventEngine experiments are ru...
  • 4662017 [EE] Prevent crash when address can't be resolved (#37952)
  • c3e83b8 [Release] Bump core version in preparation for 1.68 Branch Cut (#37941)
  • Additional commits viewable in compare view

Updates opentelemetry-api from 1.24.0 to 1.28.1

Changelog

Sourced from opentelemetry-api's changelog.

Version 1.28.1/0.49b1 (2024-11-08)

  • Fix metrics export with exemplar and no context and filtering observable instruments (#4251)
  • Fix recursion error with sdk disabled and handler added to root logger (#4259)

Version 1.28.0/0.49b0 (2024-11-05)

  • Removed superfluous py.typed markers and added them where they were missing (#4172)
  • Include metric info in encoding exceptions (#4154)
  • sdk: Add support for log formatting (#4137)
  • sdk: Add Host resource detector (#4182)
  • sdk: Implementation of exemplars (#4094)
  • Implement events sdk (#4176)
  • Update semantic conventions to version 1.28.0 (#4218)
  • Add support to protobuf 5+ and drop support to protobuf 3 and 4 (#4206)
  • Update environment variable descriptions to match signal (#4222)
  • Record logger name as the instrumentation scope name (#4208)
  • Fix memory leak in exporter and reader (#4224)
  • Drop OTEL_PYTHON_EXPERIMENTAL_DISABLE_PROMETHEUS_UNIT_NORMALIZATION environment variable (#4217)

Version 1.27.0/0.48b0 (2024-08-28)

  • Implementation of Events API (#4054)
  • Make log sdk add exception.message to logRecord for exceptions whose argument is an exception not a string message (#4122)
  • Fix use of link.attributes.dropped, which may not exist (#4119)
  • Running mypy on SDK resources (#4053)
  • Added py.typed file to top-level module (#4084)
  • Drop Final annotation from Enum in semantic conventions (#4085)
  • Update log export example to not use root logger (#4090)

... (truncated)

Commits
  • 6f3008a [release/v1.28.x-0.49bx] Prepare release 1.28.1/0.49b1 (#4262)
  • 15289cb Update prepare-patch-release.yml
  • 42d7a65 opentelemetry-sdk: avoid recursion error with sdk disabled (#4259)
  • d3b5876 Fix: filter exemplar for observable instrument and export of exemplar without...
  • 91c7a05 Update .readthedocs.yml
  • b51e20c Update release.yml
  • 495fee4 [release/v1.28.x-0.49bx] Prepare release 1.28.0/0.49b0 (#4246)
  • 8fbfc37 bump Werkzeug to 3.0.6 in test-requirements (#4244)
  • 897e8c9 infra: improve tox for local development (#4238)
  • 966750a add contrib openai-v2 instrumentation workflow (#4239)
  • Additional commits viewable in compare view

Updates opentelemetry-exporter-zipkin from 1.24.0 to 1.28.1

Changelog

Sourced from opentelemetry-exporter-zipkin's changelog.

Version 1.28.1/0.49b1 (2024-11-08)

  • Fix metrics export with exemplar and no context and filtering observable instruments (#4251)
  • Fix recursion error with sdk disabled and handler added to root logger (#4259)

Version 1.28.0/0.49b0 (2024-11-05)

  • Removed superfluous py.typed markers and added them where they were missing (#4172)
  • Include metric info in encoding exceptions (#4154)
  • sdk: Add support for log formatting (#4137)
  • sdk: Add Host resource detector (#4182)
  • sdk: Implementation of exemplars (#4094)
  • Implement events sdk (#4176)
  • Update semantic conventions to version 1.28.0 (#4218)
  • Add support to protobuf 5+ and drop support to protobuf 3 and 4 (#4206)
  • Update environment variable descriptions to match signal (#4222)
  • Record logger name as the instrumentation scope name (#4208)
  • Fix memory leak in exporter and reader (#4224)
  • Drop OTEL_PYTHON_EXPERIMENTAL_DISABLE_PROMETHEUS_UNIT_NORMALIZATION environment variable (#4217)

Version 1.27.0/0.48b0 (2024-08-28)

  • Implementation of Events API (#4054)
  • Make log sdk add exception.message to logRecord for exceptions whose argument is an exception not a string message (#4122)
  • Fix use of link.attributes.dropped, which may not exist (#4119)
  • Running mypy on SDK resources (#4053)
  • Added py.typed file to top-level module (#4084)
  • Drop Final annotation from Enum in semantic conventions (#4085)
  • Update log export example to not use root logger (#4090)

... (truncated)

Commits
  • 6f3008a [release/v1.28.x-0.49bx] Prepare release 1.28.1/0.49b1 (#4262)
  • d3b5876 Fix: filter exemplar for observable instrument and export of exemplar without...
  • 495fee4 [release/v1.28.x-0.49bx] Prepare release 1.28.0/0.49b0 (#4246)
  • 679297f Drop OTEL_PYTHON_EXPERIMENTAL_DISABLE_PROMETHEUS_UNIT_NORMALIZATION enviro...
  • affecbd Introducing ruff as linter and formatter (basic setup) (#4223)
  • d1904b9 Add support to protobuf5 for opentelemetry-proto and regenerate proto files (...
  • 01a670e bump pylint to 3.2.1 (#4209)
  • fd169a7 Fix the py.typed marker file usage (#4172)
  • cafd7f2 Rename version.py files to version/__init__.py (#4099)
  • d5fb2c4 Add exemplars feature (#4094)
  • Additional commits viewable in compare view

Updates opentelemetry-exporter-zipkin-json from 1.24.0 to 1.28.1

Changelog

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

Version 1.28.1/0.49b1 (2024-11-08)

  • Fix metrics export with exemplar and no context and filtering observable instruments (#4251)
  • Fix recursion error with sdk disabled and handler added to root logger (#4259)

Version 1.28.0/0.49b0 (2024-11-05)

  • Removed superfluous py.typed markers and added them where they were missing (#4172)
  • Include metric info in encoding exceptions (#4154)
  • sdk: Add support for log formatting (#4137)
  • sdk: Add Host resource detector (#4182)
  • sdk: Implementation of exemplars (#4094)
  • Implement events sdk (#4176)
  • Update semantic conventions to version 1.28.0 (#4218)
  • Add support to protobuf 5+ and drop support to protobuf 3 and 4 (#4206)
  • Update environment variable descriptions to match signal (#4222)
  • Record logger name as the instrumentation scope name (#4208)
  • Fix memory leak in exporter and reader (#4224)
  • Drop OTEL_PYTHON_EXPERIMENTAL_DISABLE_PROMETHEUS_UNIT_NORMALIZATION environment variable (#4217)

Version 1.27.0/0.48b0 (2024-08-28)

  • Implementation of Events API (#4054)
  • Make log sdk add exception.message to logRecord for exceptions whose argument is an exception not a string message (#4122)
  • Fix use of link.attributes.dropped, which may not exist (#4119)
  • Running mypy on SDK resources (#4053)
  • Added py.typed file to top-level module (#4084)
  • Drop Final annotation from Enum in semantic conventions (#4085)
  • Update log export example to not use root logger (#4090)

... (truncated)

Commits
  • 6f3008a [release/v1.28.x-0.49bx] Prepare release 1.28.1/0.49b1 (#4262)
  • d3b5876 Fix: filter exemplar for observable instrument and export of exemplar without...
  • 495fee4 [release/v1.28.x-0.49bx] Prepare release 1.28.0/0.49b0 (#4246)
  • 679297f Drop OTEL_PYTHON_EXPERIMENTAL_DISABLE_PROMETHEUS_UNIT_NORMALIZATION enviro...
  • affecbd Introducing ruff as linter and formatter (basic setup) (#4223)
  • d1904b9 Add support to protobuf5 for opentelemetry-proto and regenerate proto files (...
  • 01a670e bump pylint to 3.2.1 (#4209)
  • fd169a7 Fix the py.typed marker file usage (#4172)
  • cafd7f2 Rename version.py files to version/__init__.py (#4099)
  • d5fb2c4 Add exemplars feature (#4094)
  • Additional commits viewable in compare view

Updates opentelemetry-exporter-zipkin-proto-http from 1.24.0 to 1.28.1

Changelog

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

Version 1.28.1/0.49b1 (2024-11-08)

  • Fix metrics export with exemplar and no context and filtering observable instruments (#4251)
  • Fix recursion error with sdk disabled and handler added to root logger (#4259)

Version 1.28.0/0.49b0 (2024-11-05)

  • Removed superfluous py.typed markers and added them where they were missing (#4172)
  • Include metric info in encoding exceptions (#4154)
  • sdk: Add support for log formatting (#4137)
  • sdk: Add Host resource detector (#4182)
  • sdk: Implementation of exemplars (#4094)
  • Implement events sdk (#4176)
  • Update semantic conventions to version 1.28.0 (#4218)
  • Add support to protobuf 5+ and drop support to protobuf 3 and 4 (#4206)
  • Update environment variable descriptions to match signal (#4222)
  • Record logger name as the instrumentation scope name (#4208)
  • Fix memory leak in exporter and reader (#4224)
  • Drop OTEL_PYTHON_EXPERIMENTAL_DISABLE_PROMETHEUS_UNIT_NORMALIZATION environment variable (#4217)

Version 1.27.0/0.48b0 (2024-08-28)

  • Implementation of Events API (#4054)
  • Make log sdk add exception.message to logRecord for exceptions whose argument is an exception not a string message (#4122)
  • Fix use of link.attributes.dropped, which may not exist (#4119)
  • Running mypy on SDK resources (#4053)
  • Added py.typed file to top-level module (#4084)
  • Drop Final annotation from Enum in semantic conventions (#4085)
  • Update log export example to not use root logger (#4090)

... (truncated)

Commits
  • 6f3008a [release/v1.28.x-0.49bx] Prepare release 1.28.1/0.49b1 (#4262)
  • d3b5876 Fix: filter exemplar for observable instrument and export of exemplar without...
  • 495fee4 [release/v1.28.x-0.49bx] Prepare release 1.28.0/0.49b0 (#4246)
  • 679297f Drop OTEL_PYTHON_EXPERIMENTAL_DISABLE_PROMETHEUS_UNIT_NORMALIZATION enviro...
  • affecbd Introducing ruff as linter and formatter (basic setup) (#4223)
  • d1904b9 Add support to protobuf5 for opentelemetry-proto and regenerate proto files (...
  • 01a670e bump pylint to 3.2.1 (#4209)
  • fd169a7 Fix the py.typed marker file usage (#4172)
  • cafd7f2 Rename version.py files to version/__init__.py (#4099)
  • d5fb2c4 Add exemplars feature (#4094)
  • Additional commits viewable in compare view

Updates opentelemetry-instrumentation from 0.45b0 to 0.49b1

Release notes

Sourced from opentelemetry-instrumentation's releases.

opentelemetry-instrumentation-openai-v2 2.0b0

  • Use generic OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT environment variable to control if content of prompt, completion, and other messages is captured. (#2947)

  • Update OpenAI instrumentation to Semantic Conventions v1.28.0: add new attributes and switch prompts and completions to log-based events. (#2925)

  • Initial OpenAI instrumentation (#2759)

Changelog

Sourced from opentelemetry-instrumentation's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[!NOTE] The following components are released independently and maintain individual CHANGELOG files. Use this search for a list of all CHANGELOG.md files in this repo.

Unreleased

Added

  • opentelemetry-instrumentation-sqlalchemy Update unit tests to run with SQLALchemy 2 (#2976)
    • Add opentelemetry-instrumentation-openai-v2 to opentelemetry-bootstrap (#2996)

Fixed

  • opentelemetry-instrumentation-httpx: instrument_client is a static method again (#3003)

Breaking changes

  • opentelemetry-instrumentation-sqlalchemy teach instruments version (#2971)
  • Drop opentelemetry-instrumentation-test package from default instrumentation list (#2969)

Version 1.28.0/0.49b0 (2024-11-05)

Added

  • opentelemetry-instrumentation-openai-v2 Instrumentation for OpenAI >= 0.27.0 (#2759)
  • opentelemetry-instrumentation-fastapi Add autoinstrumentation mechanism tests. (#2860)
  • opentelemetry-instrumentation-aiokafka Add instrumentor and auto instrumentation support for aiokafka (#2082)
  • opentelemetry-instrumentation-redis Add additional attributes for methods create_index and search, rename those spans (#2635)
  • opentelemetry-instrumentation Add support for string based dotted module paths in unwrap (#2919)

Fixed

  • opentelemetry-instrumentation-aiokafka Wrap AIOKafkaConsumer.getone() instead of AIOKafkaConsumer.__anext__

... (truncated)

Commits

Updates opentelemetry-instrumentation-grpc from 0.45b0 to 0.49b1

Changelog

Sourced from opentelemetry-instrumentation-grpc's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[!NOTE] The following components are released independently and maintain individual CHANGELOG files. Use this search for a list of all CHANGELOG.md files in this repo.

Unreleased

Added

  • opentelemetry-instrumentation-sqlalchemy Update unit tests to run with SQLALchemy 2 (#2976)
    • Add opentelemetry-instrumentation-openai-v2 to opentelemetry-bootstrap (#2996)

Fixed

  • opentelemetry-instrumentation-httpx: instrument_client is a static method again (#3003)

Breaking changes

  • opentelemetry-instrumentation-sqlalchemy teach instruments version (#2971)
  • Drop opentelemetry-instrumentation-test package from default instrumentation list (#2969)

Version 1.28.0/0.49b0 (2024-11-05)

Added

  • opentelemetry-instrumentation-openai-v2 Instrumentation for OpenAI >= 0.27.0 (#2759)
  • opentelemetry-instrumentation-fastapi Add autoinstrumentation mechanism tests. (#2860)
  • opentelemetry-instrumentation-aiokafka Add instrumentor and auto instrumentation support for aiokafka (#2082)
  • opentelemetry-instrumentation-redis Add additional attributes for methods create_index and search, rename those spans (#2635)
  • opentelemetry-instrumentation Add support for string based dotted module paths in unwrap (#2919)

Fixed

  • opentelemetry-instrumentation-aiokafka Wrap AIOKafkaConsumer.getone() instead of AIOKafkaConsumer.__anext__

... (truncated)

Commits

Updates opentelemetry-sdk from 1.24.0 to 1.28.1

Changelog

Sourced from opentelemetry-sdk's changelog.

Version 1.28.1/0.49b1 (2024-11-08)

  • Fix metrics export with exemplar and no context and filtering observable instruments (#4251)
  • Fix recursion error with sdk disabled and handler added to root logger (#4259)

Version 1.28.0/0.49b0 (2024-11-05)

  • Removed superfluous py.typed markers and added them where they were missing (#4172)
  • Include metric info in encoding exceptions (#4154)
  • sdk: Add support for log formatting (#4137)
  • sdk: Add Host resource detector (#4182)
  • sdk: Implementation of exemplars (#4094)
  • Implement events sdk (#4176)
  • Update semantic conventions to version 1.28.0 (#4218)
  • Add support to protobuf 5+ and drop support to protobuf 3 and 4 (#4206)
  • Update environment variable descriptions to match signal (#4222)
  • Record logger name as the instrumentation scope name (#4208)
  • Fix memory leak in exporter and reader (#4224)
  • Drop OTEL_PYTHON_EXPERIMENTAL_DISABLE_PROMETHEUS_UNIT_NORMALIZATION environment variable (#4217)

Version 1.27.0/0.48b0 (2024-08-28)

  • Implementation of Events API (#4054)
  • Make log sdk add exception.message to logRecord for exceptions whose argument is an exception not a string message (#4122)
  • Fix use of link.attributes.dropped, which may not exist (#4119)
  • Running mypy on SDK resources (#4053)
  • Added py.typed file to top-level module (#4084)
  • Drop Final annotation from Enum in semantic conventions (#4085)
  • Update log export example to not use root logger (#4090)

... (truncated)

Commits
  • 6f3008a [release/v1.28.x-0.49bx] Prepare release 1.28.1/0.49b1 (#4262)
  • 15289cb Update prepare-patch-release.yml
  • 42d7a65 opentelemetry-sdk: avoid recursion error with sdk disabled (#4259)
  • d3b5876 Fix: filter exemplar for observable instrument and export of exemplar without...
  • 91c7a05 Update .readthedocs.yml
  • b51e20c Update release.yml
  • 495fee4 [release/v1.28.x-0.49bx] Prepare release 1.28.0/0.49b0 (#4246)
  • 8fbfc37 bump Werkzeug to 3.0.6 in test-requirements (#4244)
  • 897e8c9 infra: improve tox for local development (#4238)
  • 966750a add contrib openai-v2 instrumentation workflow (#4239)
  • Additional commits viewable in compare view

Updates opentelemetry-semantic-conventions from 0.45b0 to 0.49b1

Changelog

Sourced from opentelemetry-semantic-conventions's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

  • Fix crash exporting a log record with None body (#4276)
  • Fix metrics export with exemplar and no context and filtering observable instruments (#4251)
  • Fix recursion error with sdk disabled and handler added to root logger (#4259)
  • sdk: setup EventLogger when OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED is set (#4270)

Version 1.28.0/0.49b0 (2024-11-05)

  • Removed superfluous py.typed markers and added them where they were missing (#4172)
  • Include metric info in encoding exceptions (#4154)
  • sdk: Add support for log formatting (#4137)
  • sdk: Add Host resource detector (#4182)
  • sdk: Implementation of exemplars (#4094)
  • Implement events sdk (#4176)
  • Update semantic conventions to version 1.28.0 (#4218)
  • Add support to protobuf 5+ and drop support to protobuf 3 and 4 (#4206)
  • Update environment variable descriptions to match signal (#4222)
  • Record logger name as the instrumentation scope name (#4208)
  • Fix memory leak in exporter and reader (#4224)
  • Drop OTEL_PYTHON_EXPERIMENTAL_DISABLE_PROMETHEUS_UNIT_NORMALIZATION environment variable (#4217)

Version 1.27.0/0.48b0 (2024-08-28)

  • Implementation of Events API (#4054)
  • Make log sdk add exception.message to logRecord for exceptions whose argument

... (truncated)

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

… updates

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

| Package | From | To |
| --- | --- | --- |
| [grpcio](https://github.com/grpc/grpc) | `1.63.0` | `1.68.0` |
| [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python) | `1.24.0` | `1.28.1` |
| [opentelemetry-exporter-zipkin](https://github.com/open-telemetry/opentelemetry-python) | `1.24.0` | `1.28.1` |
| [opentelemetry-exporter-zipkin-json](https://github.com/open-telemetry/opentelemetry-python) | `1.24.0` | `1.28.1` |
| [opentelemetry-exporter-zipkin-proto-http](https://github.com/open-telemetry/opentelemetry-python) | `1.24.0` | `1.28.1` |
| [opentelemetry-instrumentation](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.45b0` | `0.49b1` |
| [opentelemetry-instrumentation-grpc](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.45b0` | `0.49b1` |
| [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python) | `1.24.0` | `1.28.1` |
| [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-python) | `0.45b0` | `0.49b1` |



Updates `grpcio` from 1.63.0 to 1.68.0
- [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.63.0...v1.68.0)

Updates `opentelemetry-api` from 1.24.0 to 1.28.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.28.1/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.24.0...v1.28.1)

Updates `opentelemetry-exporter-zipkin` from 1.24.0 to 1.28.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.28.1/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.24.0...v1.28.1)

Updates `opentelemetry-exporter-zipkin-json` from 1.24.0 to 1.28.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.28.1/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.24.0...v1.28.1)

Updates `opentelemetry-exporter-zipkin-proto-http` from 1.24.0 to 1.28.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.28.1/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.24.0...v1.28.1)

Updates `opentelemetry-instrumentation` from 0.45b0 to 0.49b1
- [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.45b0 to 0.49b1
- [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.24.0 to 1.28.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.28.1/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.24.0...v1.28.1)

Updates `opentelemetry-semantic-conventions` from 0.45b0 to 0.49b1
- [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 Nov 17, 2024
@dhschall dhschall enabled auto-merge (rebase) November 17, 2024 07:51
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 24, 2024

Superseded by #1115.

@dependabot dependabot bot closed this Nov 24, 2024
auto-merge was automatically disabled November 24, 2024 07:22

Pull request was closed

@dependabot dependabot bot deleted the dependabot/pip/utils/tracing/python/python-packages-f9500b9ccd branch November 24, 2024 07:22
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