From 01f7e709325b8a69c4b803bd2684cad4222afd1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 05:34:19 +0000 Subject: [PATCH] Update sphinx-issues requirement from <5 to <6 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...5.0.0) --- updated-dependencies: - dependency-name: sphinx-issues 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 9aa0a3963..2cae3bf95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dev = [ ] docs = [ "sphinx<9", - "sphinx-issues<5", + "sphinx-issues<6", "furo==2024.8.6", ]