From c3efb5606d513ba50b91266786ae0b14588de2c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 15:29:12 -0400 Subject: [PATCH] Bump the documentation-dependencies group with 2 updates (#217) Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) and [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) to permit the latest version. Updates `sphinx` to 7.1.2 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v6.2.1...v7.1.2) Updates `sphinx-autoapi` to 3.0.0 - [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/v2.1.1...v3.0.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development dependency-group: documentation-dependencies - dependency-name: sphinx-autoapi dependency-type: direct:development dependency-group: documentation-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bd3c9be..ad90861 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ coverage = "*" optional = true [tool.poetry.group.docs.dependencies] -sphinx = "6.2.1" -sphinx-autoapi = "2.1.1" +sphinx = "7.1.2" +sphinx-autoapi = "3.0.0" sphinx-copybutton = "0.5.2" sphinx-rtd-theme = "1.3.0"