From ac68974ad675f1708c008f15d3e2c8f8aa312bf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 05:33:16 +0000 Subject: [PATCH] Update sphinx-issues requirement from <6 to <7 Updates the requirements on [sphinx-issues](https://github.com/sloria/sphinx-issues) to permit the latest version. - [Commits](https://github.com/sloria/sphinx-issues/compare/0.1.0...6.0.0) --- updated-dependencies: - dependency-name: sphinx-issues dependency-version: 6.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 75a2fce27..32503603b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dev = [ ] docs = [ "sphinx<9", - "sphinx-issues<6", + "sphinx-issues<7", "furo==2025.12.19", ] check-package-metadata = [