From aa0a4587e7d1d7ca0c42a59292b7b5b3c9355c57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 05:33:52 +0000 Subject: [PATCH] Update sphinx requirement from <8,>=5 to >=5,<9 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/v8.0.2/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.0.0...v8.0.2) --- 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 fc742d7f..2ce0c954 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dev = ["pre-commit>=2.12.1"] tests = ["flake8", "pytest", "pytest-mock", "pytest-split", "pytest-cov", "types-setuptools"] docs = [ "sphinx-copybutton==0.5.2", - "sphinx>=5,<8", + "sphinx>=5,<9", "sphinx_design==0.6.1", "myst-nb==1.1.1", "sphinx-book-theme==1.1.3",