From 99e1be7271a1ea6d39c0a5dd0a39bc3f0fc73bcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 13:50:46 +0000 Subject: [PATCH] Update sphinx requirement from ^4.3.2 to >=4.3.2,<7.0.0 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/v4.3.2...v6.2.1) --- updated-dependencies: - dependency-name: sphinx 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 9b8b80f..e949b4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ pyupgrade = "^2.29.0" optional = true [tool.poetry.group.docs.dependencies] -sphinx = "^4.3.2" +sphinx = ">=4.3.2,<7.0.0" sphinx_book_theme = ">= 1.0.1, < 2.0" sphinx-copybutton = "*" docutils = "*"