generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 108
Bump the python-auto-sample-app-deps group across 1 directory with 11 updates #1338
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
Open
dependabot
wants to merge
1
commit into
master
Choose a base branch
from
dependabot/pip/sample-apps/python-auto-instrumentation-sample-app/python-auto-sample-app-deps-bfaf132d3b
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
… updates Bumps the python-auto-sample-app-deps group with 11 updates in the /sample-apps/python-auto-instrumentation-sample-app directory: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.35.64` | `1.40.41` | | [opentelemetry-distro](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.49b2` | `0.58b0` | | [opentelemetry-exporter-otlp](https://github.com/open-telemetry/opentelemetry-python) | `1.28.2` | `1.37.0` | | [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python) | `1.28.2` | `1.37.0` | | [opentelemetry-instrumentation-flask](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.49b2` | `0.58b0` | | [opentelemetry-instrumentation-requests](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.49b2` | `0.58b0` | | [opentelemetry-instrumentation-botocore](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.49b2` | `0.58b0` | | [opentelemetry-sdk-extension-aws](https://github.com/open-telemetry/opentelemetry-python-contrib) | `2.0.2` | `2.1.0` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `5.28.3` | `6.32.1` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.2` | `6.0.3` | | [requests](https://github.com/psf/requests) | `2.32.3` | `2.32.5` | Updates `boto3` from 1.35.64 to 1.40.41 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.35.64...1.40.41) Updates `opentelemetry-distro` from 0.49b2 to 0.58b0 - [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-exporter-otlp` from 1.28.2 to 1.37.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.28.2...v1.37.0) Updates `opentelemetry-api` from 1.28.2 to 1.37.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.28.2...v1.37.0) Updates `opentelemetry-instrumentation-flask` from 0.49b2 to 0.58b0 - [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-requests` from 0.49b2 to 0.58b0 - [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-botocore` from 0.49b2 to 0.58b0 - [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-extension-aws` from 2.0.2 to 2.1.0 - [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/opentelemetry-sdk-extension-aws==2.1.0) Updates `protobuf` from 5.28.3 to 6.32.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `pyyaml` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](yaml/pyyaml@6.0.2...6.0.3) Updates `requests` from 2.32.3 to 2.32.5 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.3...v2.32.5) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.40.41 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-auto-sample-app-deps - dependency-name: opentelemetry-distro dependency-version: 0.58b0 dependency-type: direct:production dependency-group: python-auto-sample-app-deps - dependency-name: opentelemetry-exporter-otlp dependency-version: 1.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-auto-sample-app-deps - dependency-name: opentelemetry-api dependency-version: 1.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-auto-sample-app-deps - dependency-name: opentelemetry-instrumentation-flask dependency-version: 0.58b0 dependency-type: direct:production dependency-group: python-auto-sample-app-deps - dependency-name: opentelemetry-instrumentation-requests dependency-version: 0.58b0 dependency-type: direct:production dependency-group: python-auto-sample-app-deps - dependency-name: opentelemetry-instrumentation-botocore dependency-version: 0.58b0 dependency-type: direct:production dependency-group: python-auto-sample-app-deps - dependency-name: opentelemetry-sdk-extension-aws dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-auto-sample-app-deps - dependency-name: protobuf dependency-version: 6.32.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-auto-sample-app-deps - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-auto-sample-app-deps - dependency-name: requests dependency-version: 2.32.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-auto-sample-app-deps ... Signed-off-by: dependabot[bot] <support@github.com>
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
InstrumentationSampleApp
Issues and PRs related to instrumentation sample apps
python
Python SDK related issues
0 participants
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 python-auto-sample-app-deps group with 11 updates in the /sample-apps/python-auto-instrumentation-sample-app directory:
1.35.64
1.40.41
0.49b2
0.58b0
1.28.2
1.37.0
1.28.2
1.37.0
0.49b2
0.58b0
0.49b2
0.58b0
0.49b2
0.58b0
2.0.2
2.1.0
5.28.3
6.32.1
6.0.2
6.0.3
2.32.3
2.32.5
Updates
boto3
from 1.35.64 to 1.40.41Commits
0d23a56
Merge branch 'release-1.40.41'1a13683
Bumping version to 1.40.41ac9649e
Add changelog entries from botocore3515909
Merge branch 'release-1.40.40'e3efe2d
Merge branch 'release-1.40.40' into develop1e46da3
Bumping version to 1.40.4053ccfb7
Add changelog entries from botocore71cfc75
Merge branch 'release-1.40.39'd947110
Merge branch 'release-1.40.39' into develop5653e58
Bumping version to 1.40.39Updates
opentelemetry-distro
from 0.49b2 to 0.58b0Changelog
Sourced from opentelemetry-distro's changelog.
... (truncated)
Commits
Updates
opentelemetry-exporter-otlp
from 1.28.2 to 1.37.0Changelog
Sourced from opentelemetry-exporter-otlp's changelog.
... (truncated)
Commits
bc413fc
[release/v1.37.x-0.58bx] Prepare release 1.37.0/0.58b0 (#4745)712ed5d
OTEL attribute count limit not respected, causing columns dropped (#4677)dd93fa7
infra: ignore pushes on otelbot branches (#4742)22d1fd1
Fix API LogRecord serialization (#4741)d6c0441
Add credentials environment variables to letChannelCredentials
and `Sessio...c71c4a4
Cacheimportlib_metadata.entry_points
(#4735)64de448
Permit to override default OTLP HTTP exporter headers (#4634)0d9e1b4
semantic-conventions: bump to 1.37.0 (#4731)31289bd
fix: make client.py runnable without CLI arguments (#4694)8bca97d
Add experimental composite sampler (#4714)Updates
opentelemetry-api
from 1.28.2 to 1.37.0Changelog
Sourced from opentelemetry-api's changelog.
... (truncated)
Commits
bc413fc
[release/v1.37.x-0.58bx] Prepare release 1.37.0/0.58b0 (#4745)712ed5d
OTEL attribute count limit not respected, causing columns dropped (#4677)dd93fa7
infra: ignore pushes on otelbot branches (#4742)22d1fd1
Fix API LogRecord serialization (#4741)d6c0441
Add credentials environment variables to letChannelCredentials
and `Sessio...c71c4a4
Cacheimportlib_metadata.entry_points
(#4735)64de448
Permit to override default OTLP HTTP exporter headers (#4634)0d9e1b4
semantic-conventions: bump to 1.37.0 (#4731)31289bd
fix: make client.py runnable without CLI arguments (#4694)8bca97d
Add experimental composite sampler (#4714)Updates
opentelemetry-instrumentation-flask
from 0.49b2 to 0.58b0Changelog
Sourced from opentelemetry-instrumentation-flask's changelog.
... (truncated)
Commits
Updates
opentelemetry-instrumentation-requests
from 0.49b2 to 0.58b0Changelog
Sourced from opentelemetry-instrumentation-requests's changelog.
... (truncated)
Commits
Updates
opentelemetry-instrumentation-botocore
from 0.49b2 to 0.58b0Changelog
Sourced from opentelemetry-instrumentation-botocore's changelog.
... (truncated)
Commits
Updates
opentelemetry-sdk-extension-aws
from 2.0.2 to 2.1.0Release notes
Sourced from opentelemetry-sdk-extension-aws's releases.
Commits
Updates
protobuf
from 5.28.3 to 6.32.1Commits
Updates
pyyaml
from 6.0.2 to 6.0.3Release notes
Sourced from pyyaml's releases.
Changelog
Sourced from pyyaml's changelog.
Commits
49790e7
Release 6.0.3 (#889)Updates
requests
from 2.32.3 to 2.32.5Release notes
Sourced from requests's releases.
Changelog
Sourced from requests's changelog.
Commits
b25c87d
v2.32.5131e506
Merge pull request #7010 from psf/dependabot/github_actions/actions/checkout-...b336cb2
Bump actions/checkout from 4.2.0 to 5.0.046e939b
Update publish workflow to useartifact-id
instead ofname
4b9c546
Merge pull request #6999 from psf/dependabot/github_actions/step-security/har...7618dbe
Bump step-security/harden-runner from 2.12.0 to 2.13.02edca11
Add support for Python 3.14 and drop support for Python 3.8 (#6993)fec96cd
Update Makefile rules (#6996)d58d8aa
docs: clarify timeout parameter uses seconds in Session.request (#6994)91a3eab
Bump github/codeql-action from 3.28.5 to 3.29.0Dependabot 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