From bc5ff6c82ea17bbbb87e931f6795cf077692c17a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 02:01:05 +0000 Subject: [PATCH] Bump sphinx-autoapi from 3.0.0 to 3.3.3 Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 3.0.0 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.0.0...v3.3.3) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 09f577dcc..ca45fa239 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,7 +3,7 @@ readthedocs-sphinx-search==0.3.2 sphinx==7.4.7 sphinx-design==0.5.0 sphinx-argparse==0.5.2 -sphinx-autoapi==3.0.0 +sphinx-autoapi==3.3.3 sphinx-rtd-theme==2.0.0 sphinxcontrib-programoutput==0.17 sphinxext-remoteliteralinclude==0.4.0 diff --git a/pyproject.toml b/pyproject.toml index 71b408a73..899009ae0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ docs = [ "sphinx==7.4.7", "sphinx-design==0.5.0", "sphinx-argparse==0.5.2", - "sphinx-autoapi==3.0.0", + "sphinx-autoapi==3.3.3", "sphinx-rtd-theme==2.0.0", "sphinxcontrib-programoutput==0.17", "sphinxext-remoteliteralinclude==0.4.0",