Skip to content

Bump textblob from 0.17.1 to 0.20.0#987

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/pip/dev/textblob-0.20.0
Open

Bump textblob from 0.17.1 to 0.20.0#987
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/pip/dev/textblob-0.20.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 30, 2026

Bumps textblob from 0.17.1 to 0.20.0.

Changelog

Sourced from textblob's changelog.

0.20.0 (2026-04-01)

Features:

  • Allow custom tokenizer to be used for tokenizing words with .words (:pr:555). Thanks :user:ReinerBRO for the PR.

Support:

  • Support Python 3.10-3.14.

0.19.0 (2025-01-13)


Bug fixes:

  • Fix textblob.download_corpora script (:issue:474). Thanks :user:cagan-elden for reporting.

Changes:

  • Remove vendorized unicodecsv module, as it's no longer used.
  • Support Python 3.9-3.13 and nltk>=3.9 (:pr:486) Thanks :user:johnfraney for the PR.

0.18.0 (2024-02-15)

Bug fixes:

  • Remove usage of deprecated cElementTree (:issue:339). Thanks :user:tirkarthi for reporting and for the PR.
  • Address SyntaxWarning on Python 3.12 (:pr:418). Thanks :user:smontanaro for the PR.

Removals:

  • TextBlob.translate() and TextBlob.detect_language, and textblob.translate are removed. Use the official Google Translate API instead (:issue:215).
  • Remove textblob.compat.

Support:

  • Support Python 3.8-3.12. Older versions are no longer supported.
  • Support nltk>=3.8.
Commits
  • 0e1a37f Bump version and update changelog
  • 774c1c3 Migrate to uv and update python version support (#558)
  • cd7ad3e Use custom tokenizer for words property (#555)
  • f2b1101 [pre-commit.ci] pre-commit autoupdate (#557)
  • 82d07f6 [pre-commit.ci] pre-commit autoupdate (#556)
  • a1c8944 [pre-commit.ci] pre-commit autoupdate (#554)
  • e7e5de0 [pre-commit.ci] pre-commit autoupdate (#553)
  • 1e7e6bf build(deps): bump actions/upload-artifact from 6 to 7 (#550)
  • 61dc311 build(deps): bump actions/download-artifact from 7 to 8 (#551)
  • 990c8e2 [pre-commit.ci] pre-commit autoupdate (#552)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [textblob](https://github.com/sloria/TextBlob) from 0.17.1 to 0.20.0.
- [Release notes](https://github.com/sloria/TextBlob/releases)
- [Changelog](https://github.com/sloria/TextBlob/blob/dev/CHANGELOG.rst)
- [Commits](sloria/TextBlob@0.17.1...0.20.0)

---
updated-dependencies:
- dependency-name: textblob
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants