From 2d4f8fd2c3dfc61c3638006226d09e6b20d3f02e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 10:14:46 +0000 Subject: [PATCH] Bump the documentation-dependencies group with 2 updates 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] --- 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"