From 53594a43c9d9708304f23ed438d72b1799fab88d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 19:13:49 +0000 Subject: [PATCH] chore(deps): update sphinx-autoapi requirement from <4,>=3 to >=3.6.1,<4 Updates the requirements on [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) to permit the latest version. - [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.6.1) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-version: 3.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 8cd9cd5f9..7c9d0c625 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ m2r2>=0.3.2 sphinx>=8,<9 -sphinx-autoapi>=3,<4 +sphinx-autoapi>=3.6.1,<4 sphinx-rtd-theme>=3,<4