From 61bc3f58e98ac70f94dea29f460f7ad2fb856528 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 04:07:02 +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.2 to 1.5.3 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.5.2...v1.5.3) --- updated-dependencies: - dependency-name: ansys-sphinx-theme[autoapi] dependency-version: 1.5.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 de46804a..26f3bbaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ tests = [ "gitpython==3.1.44", ] doc = [ - "ansys-sphinx-theme[autoapi]==1.5.2", + "ansys-sphinx-theme[autoapi]==1.5.3", "numpydoc==1.9.0", "sphinx==8.2.3", "sphinx-autodoc-typehints==3.1.0",