Skip to content

build: bump the python-deps group with 4 updates#3

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-deps-f72eb605aa
Open

build: bump the python-deps group with 4 updates#3
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-deps-f72eb605aa

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown

Updates the requirements on torch, torchvision, torchaudio and whisperx to permit the latest version.
Updates torch to 2.12.1

Release notes

Sourced from torch's releases.

PyTorch 2.12.1 Release, bug fix release

This release is meant to fix the following regressions and silent correctness issues:

Regression fixes

  • Fix nondeterministic outputs in test_batch_invariance with FLASH_ATTN on NVIDIA B200 GPUs (#181248), fixed by updating Triton to 3.7.1 (#186814)
  • Fix illegal memory access in the Triton convolution2d_bwd_weight kernel on B100/B200 (sm100) GPUs (#187081), fixed by updating Triton to 3.7.1 (#186814)
  • Fix fill_ on byte-dtype views with misaligned storage offset (#186821)

Releng / Build

  • Drop CPython 3.13t from the binary build matrix (#182951)
Changelog

Sourced from torch's changelog.

Releasing PyTorch

Release Compatibility Matrix

Following is the Release Compatibility Matrix for PyTorch releases:

... (truncated)

Commits

Updates torchvision to 0.27.1

Release notes

Sourced from torchvision's releases.

TorchVision 0.27.1 Release

This is a patch release, which is compatible with PyTorch 2.12.1. There are no new features added.

Commits
  • df56172 [release-only] bump version to 0.27.1
  • 78839c2 [Release 0.27] Cherry-pick of 'Remove old pyav backend, rely on TC instead (#...
  • 883dcaf [Release 0.27] update test-infra refs and version (#9480)
  • bb02424 [Release 0.27] Remove prototype (#9479)
  • 8ad7115 Fix windows builds with TheRock which doesn't accept "/Zc:preprocessor" TheRo...
  • b9ee001 Revert CV-CUDA (#9476)
  • 3ea6d90 Fix warning message to show up on the LFW dataset webpages (#9474)
  • 601776d Fix typo in anchor_utils.py documentation (#9472)
  • e160dc8 Improve LFW download error message with alternative manual download link (Kag...
  • 6214cb2 Fix vision install for all files (#9465)
  • Additional commits viewable in compare view

Updates torchaudio to 2.11.0

Release notes

Sourced from torchaudio's releases.

TorchAudio 2.11

This release is compatible with torch 2.11 and is compatible with future versions of torch. No new features were added.

Commits
  • 34c52a6 [Release 2.11] update test-infra refs and version (#4178)
  • 96200d4 Retain init args as attributes in MelScale and InverseMelScale (#4126)
  • e284e58 Remove pinning against torch version (#4171)
  • e123269 Fix building on GCC 14.2 (#4163)
  • d17635f Update version to 2.11 (#4167)
  • cc9f515 Fix CMUARCTIC text transcripts reader. (#4164)
  • ad99271 Fix unused-variable issues, mostly relating to AMD/HIP
  • 0764cfd Upgrade GitHub Actions for Node 24 compatibility (#4156)
  • fbf1d75 [Python STABLE ABI] Port pybind11 extension modules to torch stable libraries...
  • 744912e Update JIT checks for scripting and tracing (#4160)
  • Additional commits viewable in compare view

Updates whisperx to 3.8.6

Release notes

Sourced from whisperx's releases.

v3.8.6

What's Changed

New Contributors

Full Changelog: m-bain/whisperX@v3.8.5...v3.8.6

Commits
  • 3ccc17b chore: bump whisperx to 3.8.6
  • 5d8c276 fix: correct syntax error in uv version specification
  • 4cbcd1a chore(deps): update uv version to 0.11.6 in workflows
  • a75cd50 chore(deps): update exclude-newer settings
  • e6ad0ca ci: replace softprops/action-gh-release with gh CLI
  • 1e41377 ci: align actions/checkout to v6.0.2 across all workflows
  • 59720ca ci: add zizmor workflow and harden existing workflows
  • 2b52366 build(deps): bump nltk from 3.9.2 to 3.9.4
  • 9ccb281 fix: handle 'ignore' interpolation method in interpolate_nans (#1368)
  • 1c4b23e feat: add Indonesian language model to alignment (#1400)
  • Additional commits viewable in compare view

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 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

Updates the requirements on [torch](https://github.com/pytorch/pytorch), [torchvision](https://github.com/pytorch/vision), [torchaudio](https://github.com/pytorch/audio) and [whisperx](https://github.com/m-bain/whisperx) to permit the latest version.

Updates `torch` to 2.12.1
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.5.1...v2.12.1)

Updates `torchvision` to 0.27.1
- [Release notes](https://github.com/pytorch/vision/releases)
- [Commits](pytorch/vision@v0.20.0...v0.27.1)

Updates `torchaudio` to 2.11.0
- [Release notes](https://github.com/pytorch/audio/releases)
- [Commits](pytorch/audio@v2.5.1...v2.11.0)

Updates `whisperx` to 3.8.6
- [Release notes](https://github.com/m-bain/whisperx/releases)
- [Commits](m-bain/whisperX@v3.1.1...v3.8.6)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.12.1
  dependency-type: direct:development
  dependency-group: python-deps
- dependency-name: torchvision
  dependency-version: 0.27.1
  dependency-type: direct:development
  dependency-group: python-deps
- dependency-name: torchaudio
  dependency-version: 2.11.0
  dependency-type: direct:development
  dependency-group: python-deps
- dependency-name: whisperx
  dependency-version: 3.8.6
  dependency-type: direct:production
  dependency-group: python-deps
...

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 Jun 22, 2026
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