From 251d3f9815ebf53e4aefb07480e6720586e82aa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 04:24:21 +0000 Subject: [PATCH] Bump sphinx-autoapi from 3.1.0a2 to 3.1.0a3 Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 3.1.0a2 to 3.1.0a3. - [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases) - [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/v3.1.0a3/CHANGELOG.rst) - [Commits](https://github.com/readthedocs/sphinx-autoapi/compare/v3.1.0a2...v3.1.0a3) --- updated-dependencies: - dependency-name: sphinx-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 09ce039..735a3c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ doc = [ "sphinx-design==0.5.0", "sphinx-gallery==0.15.0", "sphinx-notfound-page==1.0.0", - "sphinx-autoapi==3.1.0a2", + "sphinx-autoapi==3.1.0a3", "pytest-sphinx==0.6.0", ]