From 8be660dc495d0e71134d4e8ca1609f57f18f15a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 10:38:01 +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.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/v0.1.61611...v8.1.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 35b19c47..098f368a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ optional-dependencies = { dev = [ "pytest-rerunfailures", "pytest-timeout", "ruff", - "sphinx<7.4.0", + "sphinx<8.2.0", "sphinx-autobuild", "autodoc-pydantic", "sphinxcontrib-mermaid",