Skip to content

Commit

Permalink
chore: (deps): bump the pip group with 7 updates (#1348)
Browse files Browse the repository at this point in the history
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx), [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi), [sphinx-book-theme](https://github.com/executablebooks/sphinx-book-theme), [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery), [trame-vtk](https://github.com/Kitware/trame-vtk), [numpy](https://github.com/numpy/numpy) and [pyproj](https://github.com/pyproj4/pyproj) to permit the latest version.

Updates `sphinx` to 8.2.1
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v7.3.0...v8.2.1)

Updates `sphinx-autoapi` to 3.6.0
- [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases)
- [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst)
- [Commits](readthedocs/sphinx-autoapi@v3.2.0...v3.6.0)

Updates `sphinx-book-theme` to 1.1.4
- [Release notes](https://github.com/executablebooks/sphinx-book-theme/releases)
- [Changelog](https://github.com/executablebooks/sphinx-book-theme/blob/master/CHANGELOG.md)
- [Commits](executablebooks/sphinx-book-theme@v1.1.3...v1.1.4)

Updates `sphinx-gallery` to 0.19.0
- [Release notes](https://github.com/sphinx-gallery/sphinx-gallery/releases)
- [Changelog](https://github.com/sphinx-gallery/sphinx-gallery/blob/master/.github_changelog_generator)
- [Commits](sphinx-gallery/sphinx-gallery@v0.16.0...v0.19.0)

Updates `trame-vtk` to 2.8.15
- [Release notes](https://github.com/Kitware/trame-vtk/releases)
- [Changelog](https://github.com/Kitware/trame-vtk/blob/master/CHANGELOG.md)
- [Commits](Kitware/trame-vtk@v2.5.8...v2.8.15)

Updates `numpy` to 2.2.3
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.25.0...v2.2.3)

Updates `pyproj` to 3.7.1
- [Release notes](https://github.com/pyproj4/pyproj/releases)
- [Changelog](https://github.com/pyproj4/pyproj/blob/main/docs/history.rst)
- [Commits](pyproj4/pyproj@3.3.0...3.7.1)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: sphinx-autoapi
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: sphinx-book-theme
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: sphinx-gallery
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: trame-vtk
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: numpy
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pyproj
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 23, 2025
1 parent b323af7 commit e7a6441
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions requirements/pypi-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ click-default-group <1.2.5
cmocean <4.0.4
lazy_loader <0.4.1
netCDF4 <1.7.3
numpy >=1.25,<2.2.3
numpy >=1.25,<2.2.4
platformdirs <4.3.7
pooch <1.8.3
pykdtree <1.4.2
pyproj >=3.3,<3.7.1
pyproj >=3.3,<3.7.2
pyvista >=0.43.1,<0.44.3
10 changes: 5 additions & 5 deletions requirements/pypi-optional-docs.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
ipykernel <6.29.6
myst-nb <1.2.1
numpydoc <1.8.1
sphinx >=7.3,<8.1.4
sphinx >=7.3,<8.2.2
sphinx_design <0.6.2
sphinx-autoapi >=3.2.0,<3.4.1
sphinx-book-theme >=1.1.3,<1.1.4
sphinx-autoapi >=3.2.0,<3.6.1
sphinx-book-theme >=1.1.3,<1.1.5
sphinx-changelog >=1.6.0,<1.6.1
towncrier <24.8.1
sphinx-click <6.0.1
sphinx-copybutton <0.5.3
sphinx-gallery >=0.16,<0.18.1
sphinx-gallery >=0.16,<0.19.1
sphinx-tags >=0.4,<0.4.1
sphinx-tippy <0.4.4
sphinx-togglebutton <0.3.3
Expand All @@ -20,5 +20,5 @@ nest_asyncio <1.6.1
trame >=2.5.2,<3.8.1
trame-client >=2.12.7,<3.5.3
trame-server >=2.11.7,<3.3.1
trame-vtk >=2.5.8,<2.8.15
trame-vtk >=2.5.8,<2.8.16
trame-vuetify >=2.3.1,<2.8.2

0 comments on commit e7a6441

Please sign in to comment.