From 2f31e34d95664b7cdedfec14484405bf8605f11f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 05:31:00 +0000 Subject: [PATCH] Update sphinx-issues requirement from <5.1,>=1.2 to >=1.2,<6.1 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/1.2.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 4a595754..7bc3ae57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ doc = [ "rstcheck[sphinx,toml]>=5.0,<6.3", "sphinx>=4,!=5.1.0,<8.2.4", "sphinx-autoapi>=1.8,<3.9", - "sphinx-issues>=1.2,<5.1", + "sphinx-issues>=1.2,<6.1", "sphinx-autodoc-typehints>1.19,<3.2.0", "sphinxcontrib-mermaid>0.7,<2.1.0", ]