From dc5063eccfd87d8468838029f23d2c133fff70e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 00:33:46 +0000 Subject: [PATCH] chore(deps): update sphinx requirement from <8,>=7.3.7 to >=7.3.7,<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.1.3/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.3.7...v8.1.3) --- 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 b794c107..005cb693 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ dev = [ "pre-commit >=4.0.1,<5" ] docs = [ - "sphinx >=7.3.7,<8", + "sphinx >=7.3.7,<9", "sphinx_rtd_theme >=2.0.0,<3", "sphinx-mdinclude >=0.6.0,<1", ]