Skip to content

Commit

Permalink
Bump the python-packages group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [torch](https://github.com/pytorch/pytorch) | `2.4.0` | `2.5.1` |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `8.0.2` | `8.1.3` |
| [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) | `2.2.3` | `2.5.0` |
| [sphinxawesome-theme](https://github.com/kai687/sphinxawesome-theme) | `5.2.0` | `5.3.2` |
| [myst-parser](https://github.com/executablebooks/MyST-Parser) | `3.0.1` | `4.0.0` |
| [pygit2](https://github.com/libgit2/pygit2) | `1.15.1` | `1.16.0` |


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

Updates `sphinx` from 8.0.2 to 8.1.3
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v8.0.2...v8.1.3)

Updates `sphinx-autodoc-typehints` from 2.2.3 to 2.5.0
- [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases)
- [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md)
- [Commits](tox-dev/sphinx-autodoc-typehints@2.2.3...2.5.0)

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

Updates `myst-parser` from 3.0.1 to 4.0.0
- [Release notes](https://github.com/executablebooks/MyST-Parser/releases)
- [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md)
- [Commits](executablebooks/MyST-Parser@v3.0.1...v4.0.0)

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

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: sphinx
  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-minor
  dependency-group: python-packages
- dependency-name: sphinxawesome-theme
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: myst-parser
  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>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 1efaf12 commit 24c9456
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sphinx==8.0.2
sphinx-autodoc-typehints==2.2.3
sphinxawesome-theme==5.2.0
myst-parser==3.0.1
pygit2==1.15.1
sphinx==8.1.3
sphinx-autodoc-typehints==2.5.0
sphinxawesome-theme==5.3.2
myst-parser==4.0.0
pygit2==1.16.0
agogos==0.4.0
torch==2.4.0
torch==2.5.1

0 comments on commit 24c9456

Please sign in to comment.