From 026998d4d313c5994cf8f684911b580c4f5ac102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 10:14:39 -0400 Subject: [PATCH] Update sphinx requirement from 5.3.0 to 6.1.3 (#162) Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.3.0...v6.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 63da598..6187d61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dataset = "1.6.0" optional = true [tool.poetry.group.docs.dependencies] -sphinx="5.3.0" +sphinx="6.1.3" sphinx-autoapi="2.0.1" sphinx-copybutton="0.5.1" sphinx-rtd-theme="1.2.0"