arska / controlmyspa

Python library for Balboa ControlMySpa.com
https://pypi.org/project/controlmyspa/
MIT License
5 stars 4 forks source link

Update dependency charset-normalizer to v2.0.7 #4

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
charset-normalizer ==2.0.6 -> ==2.0.7 age adoption passing confidence

Release Notes

ousret/charset_normalizer ### [`v2.0.7`](https://togithub.com/ousret/charset_normalizer/releases/2.0.7) [Compare Source](https://togithub.com/ousret/charset_normalizer/compare/2.0.6...2.0.7) We arrived in a pretty stable state. *Changes:* - **Addition:** :bento: Add support for Kazakh (Cyrillic) language detection [#​109](https://togithub.com/ousret/charset_normalizer/issues/109) - **Improvement:** :sparkle: Further improve inferring the language from a given code page (single-byte) [#​112](https://togithub.com/ousret/charset_normalizer/issues/112) - **Removed:** :fire: Remove redundant logging entry about detected language(s) [#​115](https://togithub.com/ousret/charset_normalizer/issues/115) - **Miscellaneous:** :wrench: Trying to leverage PEP263 when PEP3120 is not supported [#​116](https://togithub.com/ousret/charset_normalizer/issues/116) - *While I do not think that this (116) will actually fix something, it will rather raise a `SyntaxError` (Not about ASCII decoding error) for those trying to install this package using a non-supported Python version* - **Improvement:** :zap: Refactoring for potential performance improvements in loops [#​113](https://togithub.com/ousret/charset_normalizer/issues/113) [@​adbar](https://togithub.com/adbar) - **Improvement:** :sparkles: Various detection improvement (MD+CD) [#​117](https://togithub.com/ousret/charset_normalizer/issues/117) - **Bugfix:** :bug: Fix a minor inconsistency between Python 3.5 and other versions regarding language detection [#​117](https://togithub.com/ousret/charset_normalizer/issues/117) [#​102](https://togithub.com/ousret/charset_normalizer/issues/102) This version pushes forward the detection-coverage to 98%! https://github.com/Ousret/charset_normalizer/runs/3863881150 *The great filter (cannot be better than) shall be 99% in conjunction with the current dataset. In future releases.*

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

codecov-commenter commented 2 years ago

Codecov Report

Merging #4 (3fa5c9b) into main (79bdb73) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main       #4   +/-   ##
=======================================
  Coverage   98.49%   98.49%           
=======================================
  Files           3        3           
  Lines         266      266           
=======================================
  Hits          262      262           
  Misses          4        4           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 79bdb73...3fa5c9b. Read the comment docs.