From 8e42d396020916ec09ddb885c9d46c87ea6fbc39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 18:46:19 +0000 Subject: [PATCH] Chore(deps): Update sphinx requirement from <8,>=3.5 to >=3.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/v3.5.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 d81bee7..b0710fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,7 +105,7 @@ develop = [ ] doc = [ "crate-docs-theme>=0.26.5", - "sphinx<8,>=3.5", + "sphinx>=3.5,<9", ] release = [ "build<2",