Skip to content

Commit 057b8b6

Browse files
Bump the pip group with 8 updates
Updates the requirements on [cython](https://github.com/cython/cython), [numpy](https://github.com/numpy/numpy), [setuptools](https://github.com/pypa/setuptools), [wheel](https://github.com/pypa/wheel), [numpydoc](https://github.com/numpy/numpydoc), [sphinx](https://github.com/sphinx-doc/sphinx), [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) and [sphinx-notfound-page](https://github.com/readthedocs/sphinx-notfound-page) to permit the latest version. Updates `cython` to 3.2.4 - [Release notes](https://github.com/cython/cython/releases) - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst) - [Commits](cython/cython@3.0.0...3.2.4) Updates `numpy` to 2.0.2 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.0.0...v2.0.2) Updates `setuptools` to 82.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v45.0.0...v82.0.1) Updates `wheel` to 0.47.0 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](pypa/wheel@0.37.0...0.47.0) Updates `numpydoc` to 1.9.0 - [Release notes](https://github.com/numpy/numpydoc/releases) - [Changelog](https://github.com/numpy/numpydoc/blob/main/RELEASE.rst) - [Commits](numpy/numpydoc@v1.8.0...v1.9.0) Updates `sphinx` to 7.4.7 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v7.4.7/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v4.0.0...v7.4.7) 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/CHANGES.rst) - [Commits](sphinx-gallery/sphinx-gallery@v0.8.1...v0.19.0) Updates `sphinx-notfound-page` to 1.1.0 - [Changelog](https://github.com/readthedocs/sphinx-notfound-page/blob/main/CHANGELOG.rst) - [Commits](readthedocs/sphinx-notfound-page@0.3...1.1.0) --- updated-dependencies: - dependency-name: cython dependency-version: 3.2.4 dependency-type: direct:development dependency-group: pip - dependency-name: numpy dependency-version: 2.0.2 dependency-type: direct:production dependency-group: pip - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development dependency-group: pip - dependency-name: wheel dependency-version: 0.47.0 dependency-type: direct:development dependency-group: pip - dependency-name: numpydoc dependency-version: 1.9.0 dependency-type: direct:production dependency-group: pip - dependency-name: sphinx dependency-version: 7.4.7 dependency-type: direct:production dependency-group: pip - dependency-name: sphinx-gallery dependency-version: 0.19.0 dependency-type: direct:production dependency-group: pip - dependency-name: sphinx-notfound-page dependency-version: 1.1.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 05315c7 commit 057b8b6

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[build-system]
22
build-backend = "setuptools.build_meta"
33
requires = [
4-
"cython>=3.0.0",
5-
"numpy>=2,<3",
6-
"setuptools>=45.0",
7-
"wheel>=0.37.0"
4+
"cython>=3.2.4",
5+
"numpy>=2.0.2,<3",
6+
"setuptools>=82.0.1",
7+
"wheel>=0.47.0"
88
]
99

1010
[tool.cibuildwheel]

requirements_docs.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
numpydoc>=1.8.0
1+
numpydoc>=1.9.0
22
pydata-sphinx-theme
33
pyvista
4-
Sphinx>=4.0.0
4+
Sphinx>=7.4.7
55
sphinx-copybutton
6-
sphinx-gallery>=0.8.1
7-
sphinx-notfound-page>=0.3.0
6+
sphinx-gallery>=0.19.0
7+
sphinx-notfound-page>=1.1.0

0 commit comments

Comments
 (0)