Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update textblob requirement from ~=0.15.3 to ~=0.17.1 #111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 22, 2021

Updates the requirements on textblob to permit the latest version.

Changelog

Sourced from textblob's changelog.

0.17.1 (2021-10-21)

Bug fixes:

  • Fix translation and language detection (:issue:395). Thanks :user:sudoguy for the patch.

0.17.0 (2021-02-17)

Features:

  • Performance improvement: Use chain.from_iterable in _text.py to improve runtime and memory usage (:pr:333). Thanks :user:cool-RR for the PR.

Other changes:

  • Remove usage of ctypes (:pr:354). Thanks :user:casatir.

0.16.0 (2020-04-26)

Deprecations:

  • TextBlob.translate() and TextBlob.detect_language are deprecated. Use the official Google Translate API instead (:issue:215).

Other changes:

  • Backwards-incompatible: Drop support for Python 3.4.
  • Test against Python 3.7 and Python 3.8.
  • Pin NLTK to nltk<3.5 on Python 2 (:issue:315).

0.15.3 (2019-02-24)

Bug fixes:

  • Fix bug when Word string type after pos_tags is not a str (:pr:255). Thanks :user:roman-y-korolev for the patch.

0.15.2 (2018-11-21)

Bug fixes:

  • Fix bug that raised a RuntimeError when executing methods that delegate to pattern.en (:issue:230). Thanks :user:vvaezian for the report and thanks :user:danong for the fix.
  • Fix methods of WordList that modified the list in-place by

... (truncated)

Commits
  • 6396e24 Bump version and update changelog
  • c2ad49f Fix #395. Fix url for translate method (#398)
  • 81791b1 Bump flake8 from 3.9.1 to 3.9.2
  • e75a54e Bump flake8 from 3.9.0 to 3.9.1
  • 0c0f8be Bump sphinx from 3.5.3 to 3.5.4
  • da7f559 Bump sphinx from 3.5.2 to 3.5.3
  • ecfb265 Bump flake8 from 3.8.4 to 3.9.0
  • cd6dc74 Bump sphinx from 3.5.1 to 3.5.2
  • 9837c8f Bump version; update changelog; update LICENSE
  • 52c1168 Removing ctypes dependency. (#354)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

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](sloria/TextBlob@0.15.3...0.17.1)

---
updated-dependencies:
- dependency-name: textblob
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 22, 2021
@dependabot dependabot bot requested a review from svrijenhoek October 22, 2021 21:17
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant