From 40260011301bd545eea6babfd2b8931bf9e9d3d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Mar 2025 10:34:00 +0000 Subject: [PATCH] build(deps): update sphinx requirement in the updates group Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. Updates `sphinx` to 8.1.3 - [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/v4.5.0...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production dependency-group: updates ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb8dd6b..9c4afda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ dependencies = [ # 3: Optional dependencies. [project.optional-dependencies] docs = [ - "sphinx <5.0, >=4.5.0", + "sphinx >=4.5.0, <9.0", "sphinx-rtd-theme", ]