From 40c349811a7ce1067cad32334b5e9118c700ba75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 05:39:20 +0000 Subject: [PATCH] Update sphinx-autoapi requirement from <3.7,>=1.8 to >=1.8,<3.8 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/v1.8.0...v3.7.0) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-version: 3.7.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c14fa62b..74f767c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ doc = [ "furo>=2023.09.10", "rstcheck[sphinx,toml]>=5.0,<6.3", "sphinx>=4,!=5.1.0,<8.2.4", - "sphinx-autoapi>=1.8,<3.7", + "sphinx-autoapi>=1.8,<3.8", "sphinx-issues>=1.2,<5.1", "sphinx-autodoc-typehints>1.19,<3.2.0", "sphinxcontrib-mermaid>0.7,<2.1.0",