From a95319c3f00c4c4a66f345700094faa37286ae7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 07:10:55 +0000 Subject: [PATCH] build(deps): bump ansys-sphinx-theme[autoapi] Bumps the dev-dependencies group with 1 update: [ansys-sphinx-theme[autoapi]](https://github.com/ansys/ansys-sphinx-theme). Updates `ansys-sphinx-theme[autoapi]` from 1.5.3 to 1.6.0 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.5.3...v1.6.0) --- updated-dependencies: - dependency-name: ansys-sphinx-theme[autoapi] dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2049b5e9..69aeb147 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ tests = [ "gitpython==3.1.45", ] doc = [ - "ansys-sphinx-theme[autoapi]==1.5.3", + "ansys-sphinx-theme[autoapi]==1.6.0", "numpydoc==1.9.0", "sphinx==8.2.3", "sphinx-autodoc-typehints==3.1.0",