From ae8ea052ab9fe8ec3c87012634d7e41f8a932026 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 01:02:54 +0000 Subject: [PATCH] Bump sphinx-issues from 5.0.1 to 6.0.0 Bumps [sphinx-issues](https://github.com/sloria/sphinx-issues) from 5.0.1 to 6.0.0. - [Commits](https://github.com/sloria/sphinx-issues/compare/5.0.1...6.0.0) --- updated-dependencies: - dependency-name: sphinx-issues dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c146054c..aca18300 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ build-backend = "flit_core.buildapi" docs = [ "webargs", "Sphinx==9.1.0", - "sphinx-issues==5.0.1", + "sphinx-issues==6.0.0", "furo==2025.12.19", ]