From edec8744c3cd60100035244442b25dadcebec1c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 19:02:49 +0000 Subject: [PATCH] Bump sphinx-autoapi from 3.0.0 to 3.3.1 Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 3.0.0 to 3.3.1. - [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.1) --- 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 6d13f89d9..373bf0a10 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.4.0 -sphinx-autoapi==3.0.0 +sphinx-autoapi==3.3.1 sphinx-rtd-theme==2.0.0 sphinxcontrib-programoutput==0.17 sphinxext-remoteliteralinclude==0.4.0 diff --git a/pyproject.toml b/pyproject.toml index 926ecbac2..09db56e06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ docs = [ "sphinx==7.4.7", "sphinx-design==0.5.0", "sphinx-argparse==0.4.0", - "sphinx-autoapi==3.0.0", + "sphinx-autoapi==3.3.1", "sphinx-rtd-theme==2.0.0", "sphinxcontrib-programoutput==0.17", "sphinxext-remoteliteralinclude==0.4.0",