From 8988947025512ac23e0f9b0d766cd79cdef04ac4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 08:25:39 +0000 Subject: [PATCH] Bump the doc-dependencies group across 1 directory with 7 updates Bumps the doc-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) | `0.15.2` | `1.0.11` | | [numpydoc](https://github.com/numpy/numpydoc) | `1.7.0` | `1.8.0` | | [sphinx](https://github.com/sphinx-doc/sphinx) | `7.2.6` | `8.0.2` | | [sphinx-design](https://github.com/executablebooks/sphinx-design) | `0.6.0` | `0.6.1` | | [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) | `2.0.1` | `2.4.4` | | [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) | `0.15.0` | `0.17.1` | | [sphinx-notfound-page](https://github.com/readthedocs/sphinx-notfound-page) | `1.0.0` | `1.0.4` | Updates `ansys-sphinx-theme` from 0.15.2 to 1.0.11 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v0.15.2...v1.0.11) Updates `numpydoc` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/numpy/numpydoc/releases) - [Changelog](https://github.com/numpy/numpydoc/blob/main/RELEASE.rst) - [Commits](https://github.com/numpy/numpydoc/compare/v1.7.0...v1.8.0) Updates `sphinx` from 7.2.6 to 8.0.2 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.6...v8.0.2) Updates `sphinx-design` from 0.6.0 to 0.6.1 - [Release notes](https://github.com/executablebooks/sphinx-design/releases) - [Changelog](https://github.com/executablebooks/sphinx-design/blob/main/CHANGELOG.md) - [Commits](https://github.com/executablebooks/sphinx-design/compare/v0.6.0...v0.6.1) Updates `sphinx-autodoc-typehints` from 2.0.1 to 2.4.4 - [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](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.0.1...2.4.4) Updates `sphinx-gallery` from 0.15.0 to 0.17.1 - [Release notes](https://github.com/sphinx-gallery/sphinx-gallery/releases) - [Changelog](https://github.com/sphinx-gallery/sphinx-gallery/blob/master/.github_changelog_generator) - [Commits](https://github.com/sphinx-gallery/sphinx-gallery/compare/v0.15.0...v0.17.1) Updates `sphinx-notfound-page` from 1.0.0 to 1.0.4 - [Changelog](https://github.com/readthedocs/sphinx-notfound-page/blob/main/CHANGELOG.rst) - [Commits](https://github.com/readthedocs/sphinx-notfound-page/compare/1.0.0...1.0.4) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-major dependency-group: doc-dependencies - dependency-name: numpydoc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: doc-dependencies - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major dependency-group: doc-dependencies - dependency-name: sphinx-design dependency-type: direct:production update-type: version-update:semver-patch dependency-group: doc-dependencies - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production update-type: version-update:semver-minor dependency-group: doc-dependencies - dependency-name: sphinx-gallery dependency-type: direct:production update-type: version-update:semver-minor dependency-group: doc-dependencies - dependency-name: sphinx-notfound-page dependency-type: direct:production update-type: version-update:semver-patch dependency-group: doc-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cc51110516..b5e6d3eb5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,17 +40,17 @@ tests = [ "pyvista[trame]==0.44.1" ] doc = [ - "ansys-sphinx-theme==0.15.2", + "ansys-sphinx-theme==1.0.11", "ansys-tools-visualization-interface==0.4.4", "jupyter-sphinx==0.5.3", - "numpydoc==1.7.0", - "sphinx==7.2.6", - "sphinx_design==0.6.0", + "numpydoc==1.8.0", + "sphinx==8.0.2", + "sphinx_design==0.6.1", "pyvista==0.44.1", - "sphinx-autodoc-typehints==2.0.1", + "sphinx-autodoc-typehints==2.4.4", "sphinx-copybutton==0.5.2", - "sphinx-gallery==0.15.0", - "sphinx-notfound-page==1.0.0", + "sphinx-gallery==0.17.1", + "sphinx-notfound-page==1.0.4", "sphinxemoji==0.3.1", ] all = [