From 012a555f83b86416cd5786fd131a9b08277efc19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 19:13:47 +0000 Subject: [PATCH] chore(deps): update sphinx-autoapi requirement from <4,>=3 to >=3.8.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.8.1) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-version: 3.8.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 d58ad498..9ea2f129 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ m2r2>=0.3.4 sphinx>=8,<9 -sphinx-autoapi>=3,<4 +sphinx-autoapi>=3.8.1,<4 sphinx-rtd-theme>=3,<4