Skip to content

Commit 1a4f357

Browse files
Bump sphinx from 8.0.2 to 8.1.3 (sloria#480)
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 8.0.2 to 8.1.3. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v8.0.2...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1f46c7d commit 1a4f357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Issues = "https://github.com/sloria/TextBlob/issues"
2626
Source = "https://github.com/sloria/TextBlob"
2727

2828
[project.optional-dependencies]
29-
docs = ["sphinx==8.0.2", "sphinx-issues==5.0.0", "PyYAML==6.0.2"]
29+
docs = ["sphinx==8.1.3", "sphinx-issues==5.0.0", "PyYAML==6.0.2"]
3030
tests = ["pytest", "numpy"]
3131
dev = ["textblob[tests]", "tox", "pre-commit~=3.5"]
3232

0 commit comments

Comments
 (0)