From bf2b3ed2994997dd40df5dd821c48e77910175e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 03:08:36 +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.6.1 to 1.6.3 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.6.1...v1.6.3) --- updated-dependencies: - dependency-name: ansys-sphinx-theme[autoapi] dependency-version: 1.6.3 dependency-type: direct:production update-type: version-update:semver-patch 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 c478a636..8193a76b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ tests = [ "gitpython==3.1.45", ] doc = [ - "ansys-sphinx-theme[autoapi]==1.6.1", + "ansys-sphinx-theme[autoapi]==1.6.3", "numpydoc==1.9.0", "sphinx==8.2.3", "sphinx-autodoc-typehints==3.1.0",