From cde6fe67d8cad355014f7f043f479c0cd40dd57a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 10:35:10 +0000 Subject: [PATCH] Update sphinx-autoapi requirement from >=3.6.0 to >=3.8.0 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.6.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 bc57b046..7a07dca7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ changelog = [ docs = [ "pydata-sphinx-theme>=0.16.1", "sphinx>=8.2.3", - "sphinx-autoapi>=3.6.0", + "sphinx-autoapi>=3.8.0", "sphinx-autodoc-typehints>=3.2.0", "sphinx-click>=6.0.0", "sphinx-copybutton>=0.5.2",