From 54372de47f07097ad50c00034bbc60fbf4c8d364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:33:15 +0000 Subject: [PATCH] build(deps-dev): bump sphinx-autoapi from 2.1.1 to 3.0.0 Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 2.1.1 to 3.0.0. - [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/v2.1.1...v3.0.0) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56261d3ac..3858854e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ doc = [ "ipython==8.15.0", "jupyterlab==4.0.6", "sphinx-jinja==2.0.2", - "sphinx-autoapi==2.1.1", + "sphinx-autoapi==3.0.0", ] [tool.flit.module]