From 1e5b85a6a4297191b0a7ba0eb37ee4c9c019a944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 03:28:46 +0000 Subject: [PATCH] build(deps): bump sphinx-autoapi in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi). Updates `sphinx-autoapi` from 3.3.1 to 3.3.2 - [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases) - [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst) - [Commits](https://github.com/readthedocs/sphinx-autoapi/compare/v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: sphinx-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 e1e6fc01..1736ccf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ doc = [ "ansys-sphinx-theme==1.0.11", "numpydoc==1.8.0", "sphinx==8.0.2", - "sphinx-autoapi==3.3.1", + "sphinx-autoapi==3.3.2", "sphinx-autodoc-typehints==2.4.4", "sphinx-copybutton==0.5.2", ]