[data](deps): Bump aioboto3 from 8.3.0 to 9.5.0 in /python/requirements/data_processing#484
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [aioboto3](https://github.com/terrycain/aioboto3) from 8.3.0 to 9.5.0. - [Release notes](https://github.com/terrycain/aioboto3/releases) - [Changelog](https://github.com/terrycain/aioboto3/blob/master/CHANGELOG.rst) - [Commits](terricain/aioboto3@v8.3.0...v9.5.0) --- updated-dependencies: - dependency-name: aioboto3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
Dependabot tried to add |
Author
|
Superseded by #545. |
pull Bot
pushed a commit
that referenced
this pull request
Apr 17, 2026
…ob limit (ray-project#62736) Buildkite rejects pipeline uploads above an organization-level job limit (500 at time of writing) with "Pipeline upload rejected: The number of jobs in this upload exceeds your organization limit of 500." The release pipeline's release_tests.json has grown past that; the previous "step dependencies not found" failure had been masking it. custom_image_build_and_test_init now splits the computed steps into batches of at most --max-jobs-per-upload jobs (default 450 for headroom) and writes each batch to .buildkite/release/release_tests_<i>.json. Groups are atomic — a single group that exceeds the limit raises, matching the approach taken in rayci (ray-project/rayci#483, #484). custom-image-build-and-test-init.sh iterates the chunks and uploads each in order so dependencies between steps in different chunks still resolve. Signed-off-by: andrew <andrew@anyscale.com>
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 aioboto3 from 8.3.0 to 9.5.0.
Changelog
Sourced from aioboto3's changelog.
... (truncated)
Commits
92a7a9bUpdated changelog1cac63aBoto3 ran a code formatter....c9df242Updated aiobotocore289e08dUpdated changelog25d5fa1Renamed HISTORY -> CHANGELOGb30f160Fixed moto dynamodb2 -> dynamodb3148ce7Updated aiobotocore7dbd51aFixed service resource context manager exit3861949Wrap coroutine objects in a task prior to calling wait.cc7891aAdded copy_from testDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)