From 6bb44578aec3e4825c1e7c4636286f84e16216c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 06:53:18 +0000 Subject: [PATCH] Bump sphinx-autoapi from 3.1.2 to 3.8.0 Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 3.1.2 to 3.8.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/v3.1.2...v3.8.0) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-optional.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-optional.txt b/requirements-optional.txt index d9458ce8211..6c1943c7922 100644 --- a/requirements-optional.txt +++ b/requirements-optional.txt @@ -6,7 +6,7 @@ pre-commit==3.7.1 # For generating documentation. sphinx==7.4.7 -sphinx-autoapi==3.1.2 +sphinx-autoapi==3.8.0 # For 'manage' interactive shell manage==0.1.15