From a326a0f3f73a8e513c34ef959cdee285f387cdf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 16:44:56 +0000 Subject: [PATCH] Bump sphinx-autoapi from 3.1.1 to 3.2.1 Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 3.1.1 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.1.1...v3.2.1) --- updated-dependencies: - dependency-name: sphinx-autoapi 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 2c2c8668b56..75b7d13eb5b 100644 --- a/requirements-optional.txt +++ b/requirements-optional.txt @@ -6,7 +6,7 @@ pre-commit==3.7.1 # For generating documentation. sphinx==7.3.7 -sphinx-autoapi==3.1.1 +sphinx-autoapi==3.2.1 # For 'manage' interactive shell manage==0.1.15