From a7dbadc2e84756059892aa10b04c606c06276aa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 09:01:24 +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.3.2 to 1.3.3 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.3.2...v1.3.3) --- updated-dependencies: - dependency-name: ansys-sphinx-theme[autoapi] 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 938f0990..e7688c58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ tests = [ "gitpython==3.1.44", ] doc = [ - "ansys-sphinx-theme[autoapi]==1.3.2", + "ansys-sphinx-theme[autoapi]==1.3.3", "numpydoc==1.8.0", "sphinx==8.2.3", "sphinx-autodoc-typehints==3.1.0",