Bump the all group across 1 directory with 6 updates#292
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the all group across 1 directory with 6 updates#292dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the all group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [torch](https://github.com/pytorch/pytorch) | `2.12.1` | `2.13.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.17` | `0.15.21` | | [ty](https://github.com/astral-sh/ty) | `0.0.50` | `0.0.60` | | [pytest](https://github.com/pytest-dev/pytest) | `9.1.0` | `9.1.1` | | [huggingface-hub](https://github.com/huggingface/huggingface_hub) | `1.19.0` | `1.23.0` | Updates `torch` from 2.12.1 to 2.13.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.12.1...v2.13.0) Updates `torchvision` from 0.27.1 to 0.28.0 - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](pytorch/vision@v0.27.1...v0.28.0) Updates `ruff` from 0.15.17 to 0.15.21 - [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.17...0.15.21) Updates `ty` from 0.0.50 to 0.0.60 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](astral-sh/ty@0.0.50...0.0.60) Updates `pytest` from 9.1.0 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.1.0...9.1.1) Updates `huggingface-hub` from 1.19.0 to 1.23.0 - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](huggingface/huggingface_hub@v1.19.0...v1.23.0) --- updated-dependencies: - dependency-name: huggingface-hub dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: ruff dependency-version: 0.15.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: torch dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: torchvision dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: ty dependency-version: 0.0.57 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/uv/all-6c26f84c0e
branch
from
July 23, 2026 11:46
ad2f32b to
ff87b53
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.
Bumps the all group with 5 updates in the / directory:
2.12.12.13.00.15.170.15.210.0.500.0.609.1.09.1.11.19.01.23.0Updates
torchfrom 2.12.1 to 2.13.0Release notes
Sourced from torch's releases.
... (truncated)
Commits
cf30153[release/2.13] Strip +PTX from CUDA arch list on release/RC builds (#188914) ...3e3e24b[release/2.13] Restrict cuda-bindings to Python < 3.15 for CUDA 12.9 builds (...7986b06[release/2.13] Bump binary build timeout 280 -> 400 minutes (#188551)0bdbc26[release/2.13] Add CUDA 12.9 to TORCH_CUDA_ARCH_LIST tables (#188443)9cabb45[release/2.13] Update manywheel docker image pin to 78e737ad (#188409)78e737a[release/2.13] Revert "Tighten generalized scatter graph target (#184075)" (#...0bb9b5b[release/2.13] Revert "dynamo: round-trip torch.cuda.stream ctx mgr across gr...aaac2bf[release/2.13] Revert "[Reland] Port D104346887/PR 182675 for index_add fast ...9330813Fix build_with_debinfo.py broken by CONFIGURE_DEPENDS globbing (#188192)4e077a7Remove setuptools upper bound (#188190)Updates
torchvisionfrom 0.27.1 to 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
rufffrom 0.15.17 to 0.15.21Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
3e1f636Bump 0.15.21 (#26676)4059807[ty] Infer metaclass-declared attributes on class instances (#26512)013e5d0[ty] Use a dedicated project name type (#26665)7ad39ad[ty] Avoid allocating decorated parameter names (#26666)c36f662Improve performance of rendering edits in preview mode (#26565)ad26408[ty] Gate membership narrowing on__contains__semantics (#25964)4594ca7[ty] Add variant discriminators forCodeGeneratorKind(#26659)1af03da[ty] Pydantic: Fix float conversion in unions (#26655)a004a36[ty] Handle callable classes in solver (#26090)d8ef3b0[ty] Parse all supported Google docstring sections. (#26653)Updates
tyfrom 0.0.50 to 0.0.60Release notes
Sourced from ty's releases.
... (truncated)
Changelog
Sourced from ty's changelog.
... (truncated)
Commits
ae554ecBump version to 0.0.60 (#4008)4f78ec5Update astral-sh/setup-uv action to v8.3.2 (#3997)0f9b587Update prek dependencies (#3999)9afd373Update dependency prek to v0.4.8 (#3998)391f499Update docker/build-push-action action to v7.3.0 (#4000)990dfceUpdate docker/login-action action to v4.4.0 (#4001)1b1e873Update docker/metadata-action action to v6.2.0 (#4002)aece09fUpdate docker/setup-buildx-action action to v4.2.0 (#4003)71bdf31Bump version to 0.0.59 (#3979)17d3f6dBump version to 0.0.58 (#3955)Updates
pytestfrom 9.1.0 to 9.1.1Release notes
Sourced from pytest's releases.
Commits
cf470ecPrepare release version 9.1.1e0c8ce6Merge pull request #14625 from pytest-dev/patchback/backports/9.1.x/a07c31a97...1b82d16Merge pull request #14624 from pytest-dev/patchback/backports/9.1.x/b375b79ec...501c4bcMerge pull request #14596 from bluetech/doc-classmethodb61f588Merge pull request #14622 from chrisburr/fix-14608-initial-conftest-test-subdir9a567e0[automated] Update plugin list (#14617) (#14618)ef8b299Merge pull request #14620 from pytest-dev/patchback/backports/9.1.x/680f9f3ed...66abd07Merge pull request #14220 from bysiber/fix-stale-iexp-raisesgroup79fbf93Merge pull request #14612 from pytest-dev/patchback/backports/9.1.x/974ed48b6...0d312ebMerge pull request #14611 from bluetech/parametrize-argvalues-typingUpdates
huggingface-hubfrom 1.19.0 to 1.23.0Release notes
Sourced from huggingface-hub's releases.
... (truncated)
Commits
0c92853Release: v1.23.06bc5aa0Release: v1.23.0.rc00815693[CLI] Generate hf-cli skill locally instead of downloading from bucket (#4199)923acb0[Utils] Addget_cached_repo_treeutility (#4513)7625ea3Expose snapshot_path on IncompleteSnapshotError (#4500)c5a110d[CLI] Add --pipeline-tag, --gated, --apps filters to hf models ls (#4512)b63ed5b[Utils] Treat backslashes as path separators in filter_repo_objects (#4506)6d40d9cdocs: drop /new from Inference Endpoints web interface links (#4509)ed48426[CI] Fix expand property type tests (#4510)790120bSupport creating a Space from a template (#4504)