-
Notifications
You must be signed in to change notification settings - Fork 24
build(deps): bump the python-packages group across 1 directory with 4 updates #334
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
main
Choose a base branch
from
dependabot/pip/s3torchconnector/python-packages-36d8e08124
base: main
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.
Open
build(deps): bump the python-packages group across 1 directory with 4 updates #334
dependabot
wants to merge
1
commit into
main
from
dependabot/pip/s3torchconnector/python-packages-36d8e08124
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 Updates the requirements on [torchdata](https://github.com/pytorch/data), [boto3](https://github.com/boto/boto3), [numpy](https://github.com/numpy/numpy) and [fsspec](https://github.com/fsspec/filesystem_spec) to permit the latest version. Updates `torchdata` to 0.11.0 - [Release notes](https://github.com/pytorch/data/releases) - [Commits](pytorch/data@v0.3.0-rc1...v0.11.0) Updates `boto3` to 1.38.18 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@0.0.1...1.38.18) Updates `numpy` to 2.0.2 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v0.2.0...v2.0.2) Updates `fsspec` from 2025.3.0 to 2025.3.2 - [Commits](fsspec/filesystem_spec@2025.3.0...2025.3.2) --- updated-dependencies: - dependency-name: torchdata dependency-version: 0.11.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: boto3 dependency-version: 1.38.18 dependency-type: direct:production dependency-group: python-packages - dependency-name: numpy dependency-version: 2.0.2 dependency-type: direct:production dependency-group: python-packages - dependency-name: fsspec dependency-version: 2025.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]>
18f1130
to
33fe4c3
Compare
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
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.
Updates the requirements on torchdata, boto3, numpy and fsspec to permit the latest version.
Updates
torchdata
to 0.11.0Release notes
Sourced from torchdata's releases.
Commits
377e64c
Remove obsolete binary workflows, limit linux to 1 python version (#1447) (#1...c4177af
Cherry-picking changes in main to the release branch (#1446)89a1c71
fix version in release branch (#1435)6410206
update test_release.yml to v0.11 (#1434)73593dc
update Python version in README.md (#1431)fcdc8b9
Add tests for out of order with checkpointing (#1428)cad6dbe
Update _build_test_upload.yml (#1430)5238ca3
Fix max_concurrent instance check and error message (#1420)e25df94
[Stateful DL] Add out of order implementation (#1423)d6232f1
Fix MultiNodeWeightedSampler tests (#1426)Updates
boto3
to 1.38.18Commits
b669d1d
Merge branch 'release-1.38.18'33d374f
Bumping version to 1.38.18b8ea4b9
Add changelog entries from botocore988771f
Merge branch 'release-1.38.17'46e84a3
Merge branch 'release-1.38.17' into develop0ee7698
Bumping version to 1.38.176416312
Add changelog entries from botocored9c2319
Merge branch 'release-1.38.16'7dd31b4
Merge branch 'release-1.38.16' into develop8118005
Bumping version to 1.38.16Updates
numpy
to 2.0.2Release notes
Sourced from numpy's releases.
... (truncated)
Commits
854252d
Merge pull request #27280 from charris/prepare-2.0.2cffa071
REL: Prepare for the NumPy 2.0.2 release [wheel build]1693029
Merge pull request #27279 from charris/backport-27275da9f9c3
BUG: Fix array_equal for numeric and non-numeric scalar typesee1cf96
Merge pull request #27213 from charris/backport-2720249dec35
BUG: Fix NPY_RAVEL_AXIS on backwards compatible NumPy 2 buildsbe56ae2
Merge pull request #27195 from charris/backport-2718275b039c
REV: Revert undef I and document it428e2ba
Merge pull request #27151 from charris/backport-27143451516d
BUG: Do not accidentally store dtype metadata innp.save
Updates
fsspec
from 2025.3.0 to 2025.3.2Commits
c2f8c63
changelog (#1818)07fe4c6
Project metadata: Increase minimum Python version to say >=3.9 (#1817)8d314c0
changelog (#1815)c710581
Call cat_ranges in blockcache for async filesystems (#1336)c0d1034
.json should not be a property in the requests shim (#1814)961412d
rework github _open() implementation to support LFS (#1810)6b85a47
Automatically clean thread and loop on fork (#1790)d1aaebf
Do not force registry err (#1804)7e4da51
protocol configs (#1806)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