From a2f6bdb8102d7190eebcca57f29e193e7203aa91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jan 2022 10:22:51 +0000 Subject: [PATCH] Bump sphinx-issues from 1.2.0 to 3.0.1 Bumps [sphinx-issues](https://github.com/sloria/sphinx-issues) from 1.2.0 to 3.0.1. - [Release notes](https://github.com/sloria/sphinx-issues/releases) - [Commits](https://github.com/sloria/sphinx-issues/compare/1.2.0...3.0.1) --- updated-dependencies: - dependency-name: sphinx-issues dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ce52697a..2ce2d0a7 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ "marshmallow>=3.13.0", "pyyaml==5.4.1", "sphinx==4.2.0", - "sphinx-issues==1.2.0", + "sphinx-issues==3.0.1", "sphinx-rtd-theme==1.0.0", ], }