From cda55d83efc916929026d6c88e18db5b6f658fcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 23:15:04 -0400 Subject: [PATCH] Bump sphinx-issues from 4.0.0 to 4.1.0 (#932) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f038d033..406d1345 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ tests = [ docs = [ "webargs[frameworks]", "Sphinx==7.2.6", - "sphinx-issues==4.0.0", + "sphinx-issues==4.1.0", "furo==2024.1.29", ] dev = ["webargs[tests]", "tox", "pre-commit~=3.5"]