From 042cf4160ffa77a1ce76a5810d70fa184a629c07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:53:14 +0000 Subject: [PATCH] build(deps): bump ansys-sphinx-theme[autoapi] from 1.2.2 to 1.2.3 Bumps [ansys-sphinx-theme[autoapi]](https://github.com/ansys/ansys-sphinx-theme) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.2.2...v1.2.3) --- updated-dependencies: - dependency-name: ansys-sphinx-theme[autoapi] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf5af2b0a..343937d11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ tests = [ ] doc = [ "Sphinx==8.1.3", - "ansys-sphinx-theme[autoapi]==1.2.2", + "ansys-sphinx-theme[autoapi]==1.2.3", "build>= 0.10.0", "flit>=3.8.0", "inflect==7.4.0",