From 84ffaad518d8e9dc9b7093671ee1f324a0867008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:50:38 +0000 Subject: [PATCH] Update sphinx-autoapi requirement Updates the requirements on [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) to permit the latest version. Updates `sphinx-autoapi` to 3.3.2 - [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.2.1...v3.3.2) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-type: direct:development dependency-group: documentation-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b38ba0..ec52a67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,6 +58,6 @@ optional = true [tool.poetry.group.docs.dependencies] sphinx = "7.4.7" -sphinx-autoapi = "3.2.1" +sphinx-autoapi = "3.3.2" sphinx-copybutton = "0.5.2" sphinx-rtd-theme = "2.0.0"