From a57271eb15a79edd3e5644c8685d448765abf451 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 00:29:03 +0000 Subject: [PATCH] Update sphinx-issues requirement from ~=3.0.0 to >=3.0,<4.1 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/3.0.0...4.0.0) --- updated-dependencies: - dependency-name: sphinx-issues dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index abfdf60..7a8b3cc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -46,7 +46,7 @@ packages = [options.extras_require] docs = sphinx_rtd_theme>=1.0,<1.4 - sphinx-issues~=3.0.0 + sphinx-issues>=3.0,<4.1 dev = tox pre-commit \ No newline at end of file