Skip to content

Bump the torch-packages group with 3 updates#18

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/torch-packages-05f1c52531
Open

Bump the torch-packages group with 3 updates#18
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/torch-packages-05f1c52531

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps the torch-packages group with 3 updates: torch, torchvision and torchaudio.

Updates torch from 2.8.0 to 2.9.0

Release notes

Sourced from torch's releases.

2.9 Release Notes

PyTorch 2.9.0 Release Notes

Highlights

For more details about these highlighted features, you can look at the release blogpost. Below are the full release notes for this release.

Backwards Incompatible Changes

... (truncated)

Commits
  • 0fabc3b CUDA aarch64 12.6 and 12.8 builds fix triton constraints (#165022)
  • 26e023a [MPS] Update OS version in error message (#164949)
  • 6f12be2 CUDA 13.0 builds fix on Amazon Linux 2023 (#164893)
  • 42f0c2c update the baseline data for the operator benchmark (#164789)
  • b015422 fix cpp extension distributed warning spew (#164785)
  • d4c4307 Fix docker build issue after 164575 (#164779)
  • 3b57315 [ROCm] Increase binary build timeout to 5 hours (300 minutes) (#164770)
  • c74f057 Pin conda version for Docker builds (#164579)
  • fd36458 [Cherry-Pick] Work Around exposing statically linked libstdc++ CXX11 ABI stro...
  • 2f6387e [CherrryPick][2.9] Cherry pick request for `Reapply "Make functionalization V...
  • Additional commits viewable in compare view

Updates torchvision from 0.23.0 to 0.24.0

Release notes

Sourced from torchvision's releases.

Torchvision 0.24 release

Improving KeyPoints and Rotated boxes support!

We are releasing a tutorial on how to use KeyPoint transformations in our Transforms on KeyPoints with a preview below!

[!NOTE] These features are still in BETA status. The API are unlikely to change, but we may have some rough edges and we may make some slight bug fixes in future releases. Please let us know if you encounter any issue!

Detailed changes

Improvements

[ops] Improve efficiency of the box_area and box_iou functions by eliminating the intermediate to "xyxy" conversion (#8992) [ops] Update box operations to support arbitrary batch dimensions (#9058) [utils] Add control for the background color of label text boxes (#9204) [transforms] Add support for uint8 image format to the GaussianNoise transform (#9169) [transforms] Accelerate the resize transform on machines with AVX512 (#9190) [transforms] Better error handling in RandomApply for empty list of transforms (#9130) [documentation] New tutorial for KeyPoints transforms (#9209) [documentation] Various documentation improvements (#9186, #9180, #9172) [code quality] Various code quality improvements (#9193, #9161, #9201, #9218, #9160)

Bug Fixes and deprecations

[transforms] Fix output of some geometric transforms for rotated boxes (#9181, #9175) [transforms] Fix clamping for key points and add sanitization feature (#9236, #9235) [datasets] Update download links to official repo for the Caltech-101 & 256 datasets (#9205) [ops] Raise error in drop_block[2,3]d by enforcing odd-sized block sizes (#9157) [io] Removed deprecated video_reader video decoding backend. (#9208)

Contributors

🎉 We're grateful for our community, which helps us improve Torchvision by submitting issues and PRs, and providing feedback and suggestions. The following persons have contributed patches for this release: @​alperenunlu, @​AndreiMoraru123, @​atalman, @​AntoineSimoulin, @​5had3z, @​dcasbol, @​GdoongMathew, @​hrsvrn, @​JonasKlotz, @​zklaus, @​NicolasHug, @​rdong8, @​scotts, @​get9, @​diaz-esparza, @​ZainRizvi, @​Callidior, and @​pytorch/xla-devs

Commits

Updates torchaudio from 2.8.0 to 2.9.0

Release notes

Sourced from torchaudio's releases.

TorchAudio 2.9 release

Deprecated APIs

Most APIs marked as drop are now removed.

Migration of load() and save() to TorchCodec

We are consolidating the decoding and encoding capabilities of PyTorch in TorchCodec. torchaudio.load() and torchaudio.save() still exist, but their underlying implementation now relies on TorchCodec.

C++ and CUDA extension

We're still working towards preserving forced_align, lfilter, overdrive, RNNT, and CUCTC.

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

Bumps the torch-packages group with 3 updates: [torch](https://github.com/pytorch/pytorch), [torchvision](https://github.com/pytorch/vision) and [torchaudio](https://github.com/pytorch/audio).


Updates `torch` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.8.0...v2.9.0)

Updates `torchvision` from 0.23.0 to 0.24.0
- [Release notes](https://github.com/pytorch/vision/releases)
- [Commits](pytorch/vision@0.23.0...v0.24.0)

Updates `torchaudio` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/pytorch/audio/releases)
- [Commits](pytorch/audio@v2.8.0...v2.9.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: torch-packages
- dependency-name: torchvision
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: torch-packages
- dependency-name: torchaudio
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: torch-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Oct 20, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

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