From d433d3c68bd282955a572f922668b80b703718d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 09:23:03 +0000 Subject: [PATCH] chore(deps-dev): update textblob requirement from >=0.17.1 to >=0.20.1 Updates the requirements on [textblob](https://github.com/sloria/TextBlob) to permit the latest version. - [Release notes](https://github.com/sloria/TextBlob/releases) - [Changelog](https://github.com/sloria/TextBlob/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/sloria/TextBlob/compare/0.17.1...0.20.1) --- updated-dependencies: - dependency-name: textblob dependency-version: 0.20.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f2ce25..35a6e8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ ml = [ "mediapipe>=0.10.0", "scikit-learn>=1.7.2", "numpy>=1.26.0", - "textblob>=0.17.1", + "textblob>=0.20.1", "vaderSentiment>=3.3.2", "langdetect>=1.0.9", "screen-brightness-control>=0.27.2",