From 51ff789d0d4d8d6f5e7b2e16afc8ab39063a368b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 08:03:34 +0000 Subject: [PATCH] [MNT] [Dependabot](deps): Update sphinx-issues requirement 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 1f8e377f..3175154c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ docs = [ "nbsphinx>=0.8.6", "numpydoc", "pydata-sphinx-theme", - "sphinx-issues<5.0.0", + "sphinx-issues<6.0.0", "sphinx-gallery<0.19.0", "sphinx-panels", "sphinx-design<0.7.0",