From aa497e2ff207b69f83772ad647db36558deb0b9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 00:20:49 +0000 Subject: [PATCH] Update sphinx requirement in the dev-dependencies group Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. Updates `sphinx` to 8.2.3 - [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/v0.1.61611...v8.2.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5082d7e25f..54798ae0fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dev = [ "pytest-json-report", "pytest-random-order", "ruff", - "sphinx<7.4.6", # pinned due to https://github.com/sphinx-doc/sphinx/issues/12660 + "sphinx<8.1.4", # pinned due to https://github.com/sphinx-doc/sphinx/issues/12660 "sphinx-autobuild", "sphinx-copybutton", "sphinxcontrib-mermaid",