From c24fa067655bee536b5d576fc19ac132304d0e1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 23:19:26 +0000 Subject: [PATCH] :arrow_up: Update sphinx requirement from <7,>=4.0.0 to >=4.0.0,<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/v4.0.0...v7.2.6) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 74f16cb..ba41900 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ testing = [ "pytest", "pytest-regressions", "pytest-cov", - "sphinx>=4.0.0,<7", + "sphinx>=4.0.0,<8", ] docs = [ "sphinx>=4.0.0",