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

Bump charset-normalizer from 2.0.3 to 2.0.5 #89

Merged
merged 1 commit into from
Sep 16, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2021

Bumps charset-normalizer from 2.0.3 to 2.0.5.

Release notes

Sourced from charset-normalizer's releases.

Version 2.0.5

Changes:

Internal: 🎨 The project now comply with: flake8, mypy, isort and black to ensure a better overall quality #81 Internal: 🎨 The MANIFEST.in was not exhaustive #78 Improvement: ✨ The BC-support with v1.x was improved, the old staticmethods are restored #82 Remove: 🔥 The project no longer raise warning on tiny content given for detection, will be simply logged as warning instead #92 Improvement: ✨ The Unicode detection is slightly improved, see #93 Bugfix: 🐛 In some rare case, the chunks extractor could cut in the middle of a multi-byte character and could mislead the mess detection #95 Bugfix: 🐛 Some rare 'space' characters could trip up the UnprintablePlugin/Mess detection #96 Improvement: 🎨 Add syntax sugar __bool__ for results CharsetMatches list-container see #91

This release push further the detection coverage to 97 % !

Version 2.0.4

Changes:

  • Improvement: ❇️ Adjust the MD to lower the sensitivity, thus improving the global detection reliability (#69 #76)
  • Improvement: ❇️ Allow fallback on specified encoding if any (#71)
  • Bugfix: 🐛 The CLI no longer raise an unexpected exception when no encoding has been found (#70)
  • Bugfix: 🐛 Fix accessing the 'alphabets' property when the payload contains surrogate characters (#68)
  • Bugfix: 🐛 ✏️ The logger could mislead (explain=True) on detected languages and the impact of one MBCS match (in #72)
  • Bugfix: 🐛 Submatch factoring could be wrong in rare edge cases (in #72)
  • Bugfix: 🐛 Multiple files given to the CLI were ignored when publishing results to STDOUT. (After the first path) (in #72)
  • Internal: 🎨 Fix line endings from CRLF to LF for certain files (#67)
Commits
  • 2404237 🔧 Add project_urls in setup.py (#99)
  • 314e89e Version 2.0.5 (#98)
  • d62ac4c 🔧 Adjust UnprintablePlugin to ignore "unprintable" spaces like Ideogra...
  • 0c9bba4 🔧 Lower the size increase in medium and big scenario (#97)
  • ab17ac9 ❇️ Improve chunk extraction with multi-byte string (#95)
  • 9ddd725 Add classifier (Typing/Typed) and minor fix in tests (#94)
  • 4109ccd ❇️ Small improvement over Unicode detection (#93)
  • 28d3997 🔥 Remove the warning (about small content) in favor of a simple logging....
  • 2ff1301 🎨 Sugar syntax to verify if CharsetMatches contain at least one entry (#91)
  • 3e653a3 Add bytearray type chk in from_bytes function (#89)
  • 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 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)

Bumps [charset-normalizer](https://github.com/ousret/charset_normalizer) from 2.0.3 to 2.0.5.
- [Release notes](https://github.com/ousret/charset_normalizer/releases)
- [Commits](jawah/charset_normalizer@2.0.3...2.0.5)

---
updated-dependencies:
- dependency-name: charset-normalizer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 15, 2021
@VadVergasov VadVergasov merged commit e47aa72 into master Sep 16, 2021
@dependabot dependabot bot deleted the dependabot/pip/master/charset-normalizer-2.0.5 branch September 16, 2021 06:54
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