From 6907d632f8cd4a916d9f55031b9dedf6a3abdf2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:01:14 -0400 Subject: [PATCH] Bump sphinx-issues from 4.1.0 to 5.0.0 (#258) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a309c6..2590392 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ Source = "https://github.com/sloria/konch/" [project.optional-dependencies] dev = ["konch[tests]", "ptpython", "tox"] -docs = ["sphinx==8.1.0", "sphinx-issues==4.1.0"] +docs = ["sphinx==8.1.0", "sphinx-issues==5.0.0"] tests = ["pytest", "scripttest==1.3", "ipython", "bpython"] [build-system]