chore(deps): bump the version-updates group across 1 directory with 5 updates - #11
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the version-updates group across 1 directory with 5 updates#11dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
dependabot
Bot
force-pushed
the
dependabot/pip/version-updates-9692ace219
branch
from
June 22, 2026 17:27
4ed662d to
decbee8
Compare
dependabot
Bot
force-pushed
the
dependabot/pip/version-updates-9692ace219
branch
from
June 29, 2026 17:27
decbee8 to
c9ed7f4
Compare
dependabot
Bot
force-pushed
the
dependabot/pip/version-updates-9692ace219
branch
from
July 27, 2026 17:27
c9ed7f4 to
88dbfe1
Compare
Rendered compose diff0 added · 0 removed · 3 changed (of 14 profiles). Changed (3)
|
… updates Updates the requirements on [structlog](https://github.com/hynek/structlog), [ruff](https://github.com/astral-sh/ruff), [torchvision](https://github.com/pytorch/vision), [torchaudio](https://github.com/pytorch/audio) and [pip](https://github.com/pypa/pip) to permit the latest version. Updates `structlog` to 26.1.0 - [Release notes](https://github.com/hynek/structlog/releases) - [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md) - [Commits](hynek/structlog@24.1.0...26.1.0) Updates `ruff` from 0.15.13 to 0.16.1 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.13...0.16.1) Updates `torchvision` to 0.28.0 - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](pytorch/vision@v0.22.0...v0.28.0) Updates `torchaudio` to 2.11.0 - [Release notes](https://github.com/pytorch/audio/releases) - [Commits](pytorch/audio@v2.7.0...v2.11.0) Updates `pip` to 26.2 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](pypa/pip@24.0...26.2) --- updated-dependencies: - dependency-name: pip dependency-version: 26.1.2 dependency-type: direct:production dependency-group: version-updates - dependency-name: ruff dependency-version: 0.15.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: structlog dependency-version: 26.1.0 dependency-type: direct:production dependency-group: version-updates - dependency-name: torchaudio dependency-version: 2.11.0 dependency-type: direct:production dependency-group: version-updates - dependency-name: torchvision dependency-version: 0.27.1 dependency-type: direct:production dependency-group: version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/version-updates-9692ace219
branch
from
August 3, 2026 17:27
88dbfe1 to
3ad176a
Compare
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.
Updates the requirements on structlog, ruff, torchvision, torchaudio and pip to permit the latest version.
Updates
structlogto 26.1.0Release notes
Sourced from structlog's releases.
... (truncated)
Changelog
Sourced from structlog's changelog.
... (truncated)
Commits
8174a86Prepare 26.1.0f168bdadocs: fix msgspec URL34abbd9update dev212a694[pre-commit.ci] pre-commit autoupdate (#820)0eef50dstdlib: Add snake_case shims for isEnabledFor & getEffectiveLevel (#818)f194271docs/stdlib: be direct w/ advising against AsyncBoundLogger72943b3Add a recipe for customizing exc dict formatting (#817)fcdca9fupdate devfe9858ddocs: remove italicsba1a178Add CallsiteParameter.QUAL_MODULE (#812)Updates
rufffrom 0.15.13 to 0.16.1Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
80790b3Bump 0.16.1 (#27330)63830f3[ty] Borrow from constraint set storage less often (#27328)f40dca9[ty] Preserve forwarded expanded-variadic diagnostic sources (#27266)0d80497Lint TOML files in the LSP (#26862)d91586bUpdate prek dependencies (#27293)7da4b8b[ty] Respect bounds and constraints in generic materializations (#27228)b20daf7[ty] refactor: add helper function to send partial results (#27249)4d4c8fa[ty] Emit diagnostic when specializing a non-generic class (#26883)7c3e2db[ty] Fix enum class container assignability (#27318)d5ef97f[flake8-return] Fix false positive when variable is read infinallyclaus...Updates
torchvisionto 0.28.0Release notes
Sourced from torchvision's releases.
Commits
8fb8771[Cherry-pick for 0.28] Fix gif decoder bug (#9520) (#9521)5a5dd12Release 0.28 (#9511)85a1dccRemove prototype folder (#9505)4252acbMove lint CI job to 3.10 (#9507)8b6ba92[torchvision] Move video utilities to internal fb/io location (#9433) (#9451)bd94a05Remove use of deprecated quantized APIs in C++ code (#9500)45eb6ddFixresize_maskto honorNEAREST_EXACTinterpolation (#9497)87fb856Remove obsolete FIXME in autoaugment.py (#9496)7bba561Allow strings for interpolation param in resize transforms (#9461)4d4e406Let wrap() preserve metadata for custom TVTensor subclasses (#9490)Updates
torchaudioto 2.11.0Release notes
Sourced from torchaudio's releases.
Commits
34c52a6[Release 2.11] update test-infra refs and version (#4178)96200d4Retain init args as attributes in MelScale and InverseMelScale (#4126)e284e58Remove pinning against torch version (#4171)e123269Fix building on GCC 14.2 (#4163)d17635fUpdate version to 2.11 (#4167)cc9f515Fix CMUARCTIC text transcripts reader. (#4164)ad99271Fix unused-variable issues, mostly relating to AMD/HIP0764cfdUpgrade GitHub Actions for Node 24 compatibility (#4156)fbf1d75[Python STABLE ABI] Port pybind11 extension modules to torch stable libraries...744912eUpdate JIT checks for scripting and tracing (#4160)Updates
pipto 26.2Changelog
Sourced from pip's changelog.
... (truncated)
Commits
4b6ae5cBump for release50b6d3cUpdate AUTHORS.txtdbddfbdTweak news entries for pip 26.2 (#14212)6576b75Merge pull request #14165 from sbidoul/refactor-pylock-hanling-sbi0090e00Address a variety of typos detected in code reviewe12ddd9Add support for --uploaded-prior-to with -r pylock.toml5eefdbcBetter conflict report for requirements from -r pylock.toml6d71ff8Test --only-final with -r pylock.tomle7d6eb9Refactor -r pylock.toml756506dAdd TODO about pylock.select and --no-binary