From 7180241505d0f4cca42e8c40a6e484a641107e34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 04:12:20 +0000 Subject: [PATCH] Bump sphinx-autoapi from 3.3.2 to 3.3.3 in the actions group Bumps the actions group with 1 update: [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi). Updates `sphinx-autoapi` from 3.3.2 to 3.3.3 - [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.2...v3.3.3) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7be1999480..bb9fa4df85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ gpu = [ docs = [ 'sphinx==8.1.3', 'sphinx-autobuild>=2021.3.14', - 'sphinx-autoapi==3.3.2', + 'sphinx-autoapi==3.3.3', 'sphinx_design', 'sphinx-issues', 'sphinx-copybutton',