chore(deps-dev): bump the open-telemetry group across 1 directory with 3 updates#1515
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps-dev): bump the open-telemetry group across 1 directory with 3 updates#1515dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…h 3 updates Bumps the open-telemetry group with 3 updates in the / directory: [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python), [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python) and [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-python). Updates `opentelemetry-api` from 1.42.0 to 1.42.1 - [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.42.0...v1.42.1) Updates `opentelemetry-sdk` from 1.42.0 to 1.42.1 - [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.42.0...v1.42.1) Updates `opentelemetry-semantic-conventions` from 0.63b0 to 0.63b1 - [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: opentelemetry-api dependency-version: 1.42.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: open-telemetry - dependency-name: opentelemetry-sdk dependency-version: 1.42.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: open-telemetry - dependency-name: opentelemetry-semantic-conventions dependency-version: 0.63b1 dependency-type: direct:development dependency-group: open-telemetry ... Signed-off-by: dependabot[bot] <support@github.com>
1f31831 to
afcbdf4
Compare
auto-merge was automatically disabled
July 9, 2026 16:08
Pull request was closed
gavinbarron
pushed a commit
that referenced
this pull request
Jul 9, 2026
* chore(deps): consolidate open dependabot dependency updates Combines the 13 open dependabot PRs into a single update. requirements-dev.txt: - aiohttp: 3.13.5 -> 3.14.1 (#1530; supersedes #1521 -> 3.14.0) - astroid: 4.0.2 -> 4.1.2 (pylint group #1529) - pylint: 4.0.5 -> 4.0.6 (pylint group #1529) - click: 8.1.8 -> 8.4.1 (#1519) - cryptography: 46.0.7 -> 48.0.1 (#1531) - docutils: 0.22.4 -> 0.23 (#1522) - microsoft-kiota-*: 1.10.1 -> 1.10.2 (kiota group #1516) - msal: 1.36.0 -> 1.37.0 (#1523) - opentelemetry-api/sdk: 1.42.0 -> 1.42.1 (open-telemetry group #1515) - opentelemetry-semantic-conventions: 0.63b0 -> 0.63b1 (#1515) - platformdirs: 4.9.6 -> 4.10.0 (#1518) - PyJWT: 2.12.1 -> 2.13.0 (#1520) - wrapt: 2.2.0 -> 2.2.1 (#1517) GitHub Actions: - actions/checkout: v6 -> v7 (#1532) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix(deps): pin astroid 4.0.4 to satisfy pylint 4.0.6 constraint pylint 4.0.6 requires astroid<=4.1.dev0,>=4.0.2, so astroid 4.1.2 caused a ResolutionImpossible error. Downgrade to 4.0.4 (latest 4.0.x) to fix CI. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chore(deps): exclude pylint group entirely (astroid/pylint) Group PRs are all-or-nothing. Dependabot's pylint group pairs astroid 4.1.2 with pylint 4.0.6, but pylint 4.0.6 requires astroid<=4.1.dev0, so the pair is unresolvable. Rather than partially apply the group with an astroid workaround, leave the whole group out (astroid/pylint stay at main values) so it remains a clean standalone Dependabot PR. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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.
Bumps the open-telemetry group with 3 updates in the / directory: opentelemetry-api, opentelemetry-sdk and opentelemetry-semantic-conventions.
Updates
opentelemetry-apifrom 1.42.0 to 1.42.1Changelog
Sourced from opentelemetry-api's changelog.
Commits
367e14dPrepare release 1.42.1/0.63b1 (#5243)fd8e504Preserve random trace ID flag for child spans (#5241) (#5242)Updates
opentelemetry-sdkfrom 1.42.0 to 1.42.1Changelog
Sourced from opentelemetry-sdk's changelog.
Commits
367e14dPrepare release 1.42.1/0.63b1 (#5243)fd8e504Preserve random trace ID flag for child spans (#5241) (#5242)Updates
opentelemetry-semantic-conventionsfrom 0.63b0 to 0.63b1Changelog
Sourced from opentelemetry-semantic-conventions's changelog.
Commits