From c662edd1ec77312d1730a4ba2a69c8da5b416267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 04:09:15 +0000 Subject: [PATCH] Bump sphinx-issues from 4.1.0 to 5.0.0 Bumps [sphinx-issues](https://github.com/sloria/sphinx-issues) from 4.1.0 to 5.0.0. - [Commits](https://github.com/sloria/sphinx-issues/compare/4.1.0...5.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 c82018c2..9bc7cc87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ docs = [ "apispec[marshmallow]", "pyyaml==6.0.2", "sphinx==8.1.0", - "sphinx-issues==4.1.0", + "sphinx-issues==5.0.0", "sphinx-rtd-theme==3.0.1", ] tests = ["apispec[yaml,marshmallow]", "openapi-spec-validator==0.7.1", "pytest"]