From fafd3350221945dc07acf9e8b16489fe7728f8a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 17:20:27 +0000 Subject: [PATCH] Bump sphinx-issues from 3.0.1 to 4.0.0 Bumps [sphinx-issues](https://github.com/sloria/sphinx-issues) from 3.0.1 to 4.0.0. - [Commits](https://github.com/sloria/sphinx-issues/compare/3.0.1...4.0.0) --- updated-dependencies: - dependency-name: sphinx-issues dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b0715a00..e08672f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ docs = [ "apispec[marshmallow]", "pyyaml==6.0.1", "sphinx==7.2.6", - "sphinx-issues==3.0.1", + "sphinx-issues==4.0.0", "sphinx-rtd-theme==2.0.0", ] tests = ["apispec[yaml,marshmallow]", "openapi-spec-validator==0.7.1", "pytest"]