From 7431699697f14a410237174f5b21d7860d37cd89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 02:46:07 +0000 Subject: [PATCH] Bump sphinx-autoapi from 3.0.0 to 3.2.1 Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 3.0.0 to 3.2.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.2.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 356f94c31..aa99d6b0b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,7 +4,7 @@ readthedocs-sphinx-search==0.3.2 sphinx==7.3.7 sphinx-design==0.5.0 sphinx-argparse==0.4.0 -sphinx-autoapi==3.0.0 +sphinx-autoapi==3.2.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 4a77fe147..f7150c603 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ docs = [ "sphinx==7.3.7", "sphinx-design==0.5.0", "sphinx-argparse==0.4.0", - "sphinx-autoapi==3.0.0", + "sphinx-autoapi==3.2.1", "sphinx-rtd-theme==2.0.0", "sphinxcontrib-programoutput==0.17", "sphinxext-remoteliteralinclude==0.4.0",