From c5abb2cab77666729e308d6ebfc35ede04a750f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 08:41:33 +0000 Subject: [PATCH] Deps: Update sphinx requirement from >=5.3.0 to >=8.1.3 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/v5.3.0...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-version: 8.1.3 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 dae328a74..8fda50b9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ Documentation = "https://greenbone.github.io/python-gvm/" [dependency-groups] dev = [ "coverage>=7.2", - "sphinx>=5.3.0", + "sphinx>=8.1.3", "autohooks-plugin-ruff>=25.2.0", "autohooks-plugin-mypy>=22.7.0", "pontos>=26.4.0",