From 76254ef2d2a596d9f614c93ff858e1a25c08e8f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 05:42:05 +0000 Subject: [PATCH] Update sphinx-autoapi requirement from <3.8,>=1.8 to >=1.8,<3.9 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.8.0) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-version: 3.8.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 948d422d..85045978 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.8", + "sphinx-autoapi>=1.8,<3.9", "sphinx-issues>=1.2,<5.1", "sphinx-autodoc-typehints>1.19,<3.2.0", "sphinxcontrib-mermaid>0.7,<2.1.0",