pythonitalia / python-italy-telegram-bot

Modular telegram group management bot, used for the Python Italia telegram group
https://www.python.it/comunita/
GNU General Public License v3.0
16 stars 7 forks source link

Bump tldextract from 2.2.2 to 3.1.0 #33

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps tldextract from 2.2.2 to 3.1.0.

Changelog

Sourced from tldextract's changelog.

3.1.0 (2020-11-22)

  • Features
    • Prefer to cache in XDG cache directory in user folder, vs. in Python install folder (#213)
  • Bugfixes
    • Fix AttributeError on --update (#215)

3.0.2 (2020-10-24)

  • Bugfixes
    • Catch permission error when making cache dir, as well as cache file (#211)

3.0.1 (2020-10-21)

  • Bugfixes
    • Fix tlds property AttributeError (#210)
    • Allow include_psl_private_domains in global extract too (#210)

3.0.0 (2020-10-20)

No changes since 3.0.0.rc1.

3.0.0.rc1 (2020-10-12)

This release fixes the long standing bug that public and private suffixes were generated separately and could not be switched at runtime, #66.

  • Breaking Changes
    • Rename cache_file to cache_dir as it is no longer a single file but a directory (#207)
    • Rename CLI arg also, from --cache_file to --cache_dir
    • Remove Python 2.7 support
  • Features
    • Can pass include_psl_private_domains on call, not only on construction
    • Use filelocking to support multi-processing and multithreading environments
  • Bugfixes
    • Select public or private suffixes at runtime (#66)
  • Removals
    • Do not debug log the diff during update

2.2.3 (2020-08-05)

  • Bugfixes
    • Fix concurrent access to cache file when using tldextract in multiple threads (#146)
    • Relocate version number, to avoid costly imports (#187)
    • Catch IndexError caused by upstream punycode bug (#200)
    • Drop support for EOL Python 3.4 (#186)
    • Explain warning better
Commits


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 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)