From d22a4275de3ca827f8529910ab99cebbd9a0b87c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 03:51:27 +0000 Subject: [PATCH] build(deps): bump the dev-dependencies group with 2 updates Bumps the dev-dependencies group with 2 updates: [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) and [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi). Updates `ansys-sphinx-theme` from 1.1.6 to 1.1.7 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.1.6...v1.1.7) Updates `sphinx-autoapi` from 3.3.2 to 3.3.3 - [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.2...v3.3.3) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: sphinx-autoapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ce679f69..a847f0c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,10 +40,10 @@ tests = [ "gitpython==3.1.43", ] doc = [ - "ansys-sphinx-theme==1.1.6", + "ansys-sphinx-theme==1.1.7", "numpydoc==1.8.0", "sphinx==8.1.3", - "sphinx-autoapi==3.3.2", + "sphinx-autoapi==3.3.3", "sphinx-autodoc-typehints==2.5.0", "sphinx-copybutton==0.5.2", ]