Skip to content

Comments

Bump the python-packages group with 3 updates#280

Merged
schobbejak merged 1 commit intodependabot-updatesfrom
dependabot/pip/python-packages-76cbddc45a
Feb 3, 2025
Merged

Bump the python-packages group with 3 updates#280
schobbejak merged 1 commit intodependabot-updatesfrom
dependabot/pip/python-packages-76cbddc45a

Conversation

@dependabot
Copy link
Contributor

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

Bumps the python-packages group with 3 updates: torch, sphinx-autodoc-typehints and pygit2.

Updates torch from 2.5.1 to 2.6.0

Release notes

Sourced from torch's releases.

PyTorch 2.6.0 Release

  • Highlights
  • Tracked Regressions
  • Backwards Incompatible Change
  • Deprecations
  • New Features
  • Improvements
  • Bug fixes
  • Performance
  • Documentation
  • Developers

Highlights

We are excited to announce the release of PyTorch® 2.6 (release notes)! This release features multiple improvements for PT2: torch.compile can now be used with Python 3.13; new performance-related knob torch.compiler.set_stance; several AOTInductor enhancements. Besides the PT2 improvements, another highlight is FP16 support on X86 CPUs.

NOTE: Starting with this release we are not going to publish on Conda, please see [Announcement] Deprecating PyTorch’s official Anaconda channel for the details.

For this release the experimental Linux binaries shipped with CUDA 12.6.3 (as well as Linux Aarch64, Linux ROCm 6.2.4, and Linux XPU binaries) are built with CXX11_ABI=1 and are using the Manylinux 2.28 build platform. If you build PyTorch extensions with custom C++ or CUDA extensions, please update these builds to use CXX_ABI=1 as well and report any issues you are seeing. For the next PyTorch 2.7 release we plan to switch all Linux builds to Manylinux 2.28 and CXX11_ABI=1, please see [RFC] PyTorch next wheel build platform: manylinux-2.28 for the details and discussion.

Also in this release as an important security improvement measure we have changed the default value for weights_only parameter of torch.load. This is a backward compatibility-breaking change, please see this forum post for more details.

This release is composed of 3892 commits from 520 contributors since PyTorch 2.5. We want to sincerely thank our dedicated community for your contributions. As always, we encourage you to try these out and report any issues as we improve PyTorch. More information about how to get started with the PyTorch 2-series can be found at our Getting Started page.

... (truncated)

Commits

Updates sphinx-autodoc-typehints from 2.5.0 to 3.0.1

Release notes

Sourced from sphinx-autodoc-typehints's releases.

3.0.1

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.0.0...3.0.1

3.0.0

What's Changed

New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@2.5.0...3.0.0

Commits

Updates pygit2 from 1.16.0 to 1.17.0

Changelog

Sourced from pygit2's changelog.

1.17.0 (2025-01-08)

  • Upgrade to libgit2 1.9

  • Add certificate_check callback to Remote.ls_remotes(...) #1326

  • Fix build with GCC 14 #1324

  • Release wheels for PyPy #1336 #1339

  • CI: update tests for macOS to use OpenSSL 3 #1335

  • Documentation: fix typo in Repository.status(...) docstring #1327

Commits
  • a011e26 Release 1.17.0
  • f362f1d CI: cibuildwheel 3 will require Python 3.11+
  • ae9514c Explicitly build PyPy wheels - cibuildwheel 2.21.3 -> 2.22.0 (#1339)
  • 7154c1b Update pyproject.toml - do not skip pp3
  • c229dfd Downgrade OpenSSL back to 3.2.3
  • a1e7ca4 Update changelog
  • 0fcb6da workflows/tests: update macos job
  • d8a673c CI tests: clarify jobs
  • bbecec0 CI wheels fix macOS
  • 7f143e1 Fix tests with Python 3.13
  • 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: [torch](https://github.com/pytorch/pytorch), [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) and [pygit2](https://github.com/libgit2/pygit2).


Updates `torch` from 2.5.1 to 2.6.0
- [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.6.0)

Updates `sphinx-autodoc-typehints` from 2.5.0 to 3.0.1
- [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases)
- [Commits](tox-dev/sphinx-autodoc-typehints@2.5.0...3.0.1)

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

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: sphinx-autodoc-typehints
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: pygit2
  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, 2025
@dependabot dependabot bot requested a review from a team as a code owner February 1, 2025 02:56
@schobbejak schobbejak changed the base branch from main to dependabot-updates February 3, 2025 22:41
@schobbejak schobbejak merged commit 1500c26 into dependabot-updates Feb 3, 2025
7 of 8 checks passed
@schobbejak schobbejak deleted the dependabot/pip/python-packages-76cbddc45a branch February 3, 2025 22:41
schobbejak pushed a commit that referenced this pull request Mar 15, 2025
Bumps the python-packages group with 3 updates: [torch](https://github.com/pytorch/pytorch), [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) and [pygit2](https://github.com/libgit2/pygit2).


Updates `torch` from 2.5.1 to 2.6.0
- [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.6.0)

Updates `sphinx-autodoc-typehints` from 2.5.0 to 3.0.1
- [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases)
- [Commits](tox-dev/sphinx-autodoc-typehints@2.5.0...3.0.1)

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

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: sphinx-autodoc-typehints
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: pygit2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

1 participant