From c26ea9bb41018ebbe99af2086ccba0adff04d072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 16:02:25 +0000 Subject: [PATCH] chore(deps-dev): update sphinx-automodapi requirement Updates the requirements on [sphinx-automodapi](https://github.com/astropy/sphinx-automodapi) to permit the latest version. - [Release notes](https://github.com/astropy/sphinx-automodapi/releases) - [Changelog](https://github.com/astropy/sphinx-automodapi/blob/main/CHANGES.rst) - [Commits](https://github.com/astropy/sphinx-automodapi/compare/v0.18.0...v0.22.0) --- updated-dependencies: - dependency-name: sphinx-automodapi dependency-version: 0.22.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 d74f674..6fceb9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ docs = [ "myst-parser >=5.0; python_version>='3.11'", "python-forge >=18.6; python_version>='3.11'", "sphinx ~=8.2; python_version>='3.11'", - "sphinx-automodapi >=0.18,<0.21; python_version>='3.11'", + "sphinx-automodapi >=0.18,<0.23; python_version>='3.11'", "sphinx-autodoc-typehints >=2.4; python_version>='3.11'", "sphinx-copybutton >=0.5; python_version>='3.11'", "sphinx-inline-tabs >=2023.4; python_version>='3.11'",