From a015e1e96cc2a7d414d3d289e43812c9e66d88eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 04:27:34 +0000 Subject: [PATCH] Update sphinx requirement from ^6.0.0 to >=6,<8 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.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v6.0.0...v7.1.2) --- 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 38cf08b..d5f3803 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ urllib3 = ">=1.22.0,<3" optional = true [tool.poetry.group.docs.dependencies] -sphinx = "^6.0.0" +sphinx = ">=6,<8" sphinx-rtd-theme = ">=1.3,<3.0" certifi = ">=2018.4.16" expiringdict = ">=1.1.4"