From d61f6630a3fde0b47bc98d2321c75291f9914e73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 23:18:04 -0400 Subject: [PATCH] Bump sphinx-issues from 4.0.0 to 4.1.0 (#436) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 144c5f4a..7931ae3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ Issues = "https://github.com/sloria/TextBlob/issues" Source = "https://github.com/sloria/TextBlob" [project.optional-dependencies] -docs = ["sphinx==7.2.6", "sphinx-issues==4.0.0", "PyYAML==6.0.1"] +docs = ["sphinx==7.2.6", "sphinx-issues==4.1.0", "PyYAML==6.0.1"] tests = ["pytest", "numpy"] dev = ["textblob[tests]", "tox", "pre-commit~=3.5"]