Skip to content

Comments

Bump the python-packages group across 1 directory with 3 updates#306

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/python-packages-ac8300cffd
Open

Bump the python-packages group across 1 directory with 3 updates#306
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/python-packages-ac8300cffd

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps the python-packages group with 3 updates in the / directory: torch, sphinxawesome-theme and pygit2.

Updates torch from 2.6.0 to 2.10.0

Release notes

Sourced from torch's releases.

PyTorch 2.10.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

Dataloader Frontend

  • Removed unused data_source argument from Sampler (#163134). This is a no-op, unless you have a custom sampler that uses this argument. Please update your custom sampler accordingly.
  • Removed deprecated imports for torch.utils.data.datapipes.iter.grouping (#163438). from torch.utils.data.datapipes.iter.grouping import SHARDING_PRIORITIES, ShardingFilterIterDataPipe is no longer supported. Please import from torch.utils.data.datapipes.iter.sharding instead.

torch.nn

  • Remove Nested Jagged Tensor support from nn.attention.flex_attention (#161734)

... (truncated)

Commits
  • 449b176 Add Joe Spisak to Core maintainers list (#172585)
  • f6e6c0a [Graph Partition] Improve support for mutation ops (#172577)
  • 99cb424 Revert "[CI] Add IoU-based accuracy checking for inductor tests segmentation ...
  • 1f74c10 [CI] Add IoU-based accuracy checking for inductor tests segmentation models (...
  • e43b5bf Bump fbgemm and torchrec pinned commit (#172179)
  • 2c9af43 Skip modded_nanogpt model in TorchInductor benchmark (#172141)
  • 0e2459f A few weights_only unpickler fixes (#172105)
  • a266b60 Touch __init__.py in vendored_templates for CuTeDSL Grouped MM template (...
  • f3b5d8b [MPS] Remove error-checking sync point from MaxUnpool (#172111)
  • 3a5fb54 Fix MPS mul performance regression (#172106)
  • Additional commits viewable in compare view

Updates sphinxawesome-theme from 5.3.2 to 6.0.0

Release notes

Sourced from sphinxawesome-theme's releases.

6.0.0

This release drops support for Python versions 3.8 and 3.9, and adds support for Sphinx 9.

Otherwise, it's the same as 5.3.2 with a few improvements here and there that accumulated over the last year.

6.0.0-beta.4

Add support for Sphinx 9

6.0.0-beta.3

What's Changed

Full Changelog: kai687/sphinxawesome-theme@6.0.0-beta.2...6.0.0-beta.3

6.0.0-beta.2

What's Changed

Full Changelog: kai687/sphinxawesome-theme@6.0.0-beta.1...6.0.0-beta.2

6.0.0-beta.1

No release notes provided.

6.0.0-alpha.2

What's Changed

Commits

Updates pygit2 from 1.17.0 to 1.18.2

Changelog

Sourced from pygit2's changelog.

1.18.2 (2025-08-16)

Deprecations:

  • Remote.ls_remotes(...) is deprecated, use Remote.list_heads(...):

    # Before
    for head in remote.ls_remotes():
        head['name']
        head['oid']
        head['loid']  # None when local is False
        head['local']
        head['symref_target']
    

... (truncated)

Commits
  • d88fa3d Release 1.18.2
  • 68c871b Make mypy happy
  • e894e1c Merge remote-tracking branch 'kbaikov/mypy-fixes9'
  • 97255cc Merge remote-tracking branch 'kbaikov/mypy-fixes8'
  • f09359f Don't build wheels for Python 3.14
  • d16378e Remote.ls_remotes returns backwards compatible value for loid
  • 2c9792a Deprecate Remote.ls_remotes in favor of Remote.list_heads
  • 5c8ad80 Update Changelog
  • c921ebc Merge remote-tracking branch 'ambv/move-options-to-cffi'
  • 7a7895f Halve the number of quotes in NotImplementedError messages
  • 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 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 python-packages group with 3 updates in the / directory: [torch](https://github.com/pytorch/pytorch), [sphinxawesome-theme](https://github.com/kai687/sphinxawesome-theme) and [pygit2](https://github.com/libgit2/pygit2).


Updates `torch` from 2.6.0 to 2.10.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.6.0...v2.10.0)

Updates `sphinxawesome-theme` from 5.3.2 to 6.0.0
- [Release notes](https://github.com/kai687/sphinxawesome-theme/releases)
- [Commits](kai687/sphinxawesome-theme@5.3.2...6.0.0)

Updates `pygit2` from 1.17.0 to 1.18.2
- [Changelog](https://github.com/libgit2/pygit2/blob/master/CHANGELOG.md)
- [Commits](libgit2/pygit2@v1.17.0...v1.18.2)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: sphinxawesome-theme
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: pygit2
  dependency-version: 1.18.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-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 Feb 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 1, 2026 02:55
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 1, 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