From eda67efad7a282298f96c21ee4afba8200753876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 04:24:02 +0000 Subject: [PATCH] build: bump ansys-sphinx-theme[autoapi] from 1.6.4 to 1.7.2 Bumps [ansys-sphinx-theme[autoapi]](https://github.com/ansys/ansys-sphinx-theme) from 1.6.4 to 1.7.2. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.6.4...v1.7.2) --- updated-dependencies: - dependency-name: ansys-sphinx-theme[autoapi] dependency-version: 1.7.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8d0f589..0e6942d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ [project.optional-dependencies] doc = [ - "ansys-sphinx-theme[autoapi]==1.6.4", + "ansys-sphinx-theme[autoapi]==1.7.2", "numpydoc==1.10.0", "pyansys-tools-variableinterop==0.1.1", "Sphinx==8.2.3",