From b728034520e6c27b86dc16db85b7b7374d382220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 17:09:28 +0000 Subject: [PATCH] build(deps): bump pyyaml from 6.0.2 to 6.0.3 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.2...6.0.3) --- updated-dependencies: - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4fc8942d..61af1f18 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==8.2.3", "sphinx-issues==5.0.1", "PyYAML==6.0.2"] +docs = ["sphinx==8.2.3", "sphinx-issues==5.0.1", "PyYAML==6.0.3"] tests = ["pytest", "numpy"] dev = ["textblob[tests]", "tox", "pre-commit>=3.5,<5.0", "pyright", "ruff"]