From 48376f222692533f53ca06543372c826615b96f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:48:07 -0400 Subject: [PATCH] Bump sphinx from 7.3.5 to 7.3.6 (#439) Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.5 to 7.3.6. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.3.5...v7.3.6) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-patch ... 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 7563a74d..9cc39720 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.3.5", "sphinx-issues==4.1.0", "PyYAML==6.0.1"] +docs = ["sphinx==7.3.6", "sphinx-issues==4.1.0", "PyYAML==6.0.1"] tests = ["pytest", "numpy"] dev = ["textblob[tests]", "tox", "pre-commit~=3.5"]