From 2838262b7e08d83c7a16297876352e1736dc9593 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 17:16:30 +0000 Subject: [PATCH] Update sphinx-issues requirement from ~=4.0.0 to ~=4.1.0 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/4.0.0...4.1.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 488a52b9..0c702709 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ docs = [ "sphinx-copybutton ~= 0.5.2", # sphinx-design 0.5.0 is the first to allow Sphinx 7. "sphinx-design ~= 0.6.0", - "sphinx-issues ~= 4.0.0", + "sphinx-issues ~= 4.1.0", "sphinxcontrib-mermaid ~= 0.9.2", "sphinxext-opengraph ~= 0.9.0", "tomli ~= 2.0.1 ; python_version < '3.11'",