From b13ed00f1f9f2bcee9b6e29b4fc758f1cc2f8e7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:09:52 +0000 Subject: [PATCH] Bump the doc-dependencies group across 1 directory with 3 updates Bumps the doc-dependencies group with 3 updates in the / directory: [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme), [sphinx](https://github.com/sphinx-doc/sphinx) and [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery). Updates `ansys-sphinx-theme` from 1.1.2 to 1.1.6 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.1.2...v1.1.6) 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](https://github.com/sphinx-doc/sphinx/compare/v8.0.2...v8.1.3) Updates `sphinx-gallery` from 0.17.1 to 0.18.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](https://github.com/sphinx-gallery/sphinx-gallery/compare/v0.17.1...v0.18.0) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-patch dependency-group: doc-dependencies - dependency-name: sphinx 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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d21e565a..16459f0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,12 +33,12 @@ tests = [ "pytest-cov==5.0.0", ] doc = [ - "ansys-sphinx-theme==1.1.2", + "ansys-sphinx-theme==1.1.6", "numpydoc==1.8.0", - "Sphinx==8.0.2", + "Sphinx==8.1.3", "sphinx-autoapi==3.3.2", "sphinx-copybutton==0.5.2", - "sphinx-gallery==0.17.1", + "sphinx-gallery==0.18.0", "sphinx-design==0.6.1", "matplotlib==3.9.2", # required by sphinx-gallery ]