From ff89bbc87d91f1f3e693c6ff800dc691e85df2e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 00:05:02 +0000 Subject: [PATCH] build(deps): bump the dev-dependencies group across 1 directory with 4 updates Bumps the dev-dependencies group with 4 updates in the / directory: [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme), [sphinx](https://github.com/sphinx-doc/sphinx), [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) and [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery). Updates `ansys-sphinx-theme` from 1.0.11 to 1.1.6 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.0.11...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-autoapi` from 3.3.1 to 3.3.2 - [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases) - [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst) - [Commits](https://github.com/readthedocs/sphinx-autoapi/compare/v3.3.1...v3.3.2) 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-minor dependency-group: dev-dependencies - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: sphinx-autoapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: sphinx-gallery dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ebcaf20..0d1c627 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,13 +44,13 @@ tests = [ "pytest-asyncio >= 0.23.8,<1", ] doc = [ - "ansys-sphinx-theme==1.0.11", + "ansys-sphinx-theme==1.1.6", "numpydoc==1.8.0", - "sphinx==8.0.2", - "sphinx-autoapi==3.3.1", + "sphinx==8.1.3", + "sphinx-autoapi==3.3.2", "sphinx-copybutton==0.5.2", "sphinx_design==0.6.1", - "sphinx-gallery==0.17.1", + "sphinx-gallery==0.18.0", "sphinx-jinja==2.0.2", ]