From 7dba426612d3975fb7ede0a89e1c90acaec97777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 03:49:54 +0000 Subject: [PATCH] Bump sphinx-autoapi from 3.1.0 to 3.1.1 Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 3.1.0 to 3.1.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.0...v3.1.1) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-type: direct:production update-type: version-update:semver-patch ... 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 7684169a550..6554a52e7ae 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.0 +sphinx-autoapi==3.1.1 # For 'manage' interactive shell manage==0.1.15