From efa2a88aef00e693158e93ddcae4d6ba74c611d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 06:13:21 +0000 Subject: [PATCH] Bump sphinx-autoapi from 3.1.2 to 3.3.3 Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 3.1.2 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.1.2...v3.3.3) --- 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 d9458ce8211..0557a1bcbe6 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.3.3 # For 'manage' interactive shell manage==0.1.15