chore(deps): update dependency charset-normalizer to v2.0.8
This MR contains the following updates:
Package | Update | Change |
---|---|---|
charset-normalizer | patch |
==2.0.7 -> ==2.0.8
|
Release Notes
ousret/charset_normalizer
v2.0.8
Changed
- Improvement over Vietnamese detection (MR #126)
- MD improvement on trailing data and long foreign (non-pure latin) data (MR #124)
- Efficiency improvements in cd/alphabet_languages from @adbar (MR #122)
- call sum() without an intermediary list following PEP 289 recommendations from @adbar (MR #129)
- Code style as refactored by Sourcery-AI (MR #131)
- Minor adjustment on the MD around european words (MR #133)
- Remove and replace SRTs from assets / tests (MR #139)
- Initialize the library logger with a
NullHandler
by default from @nmaynes (MR #135) - Setting kwarg
explain
to True will add provisionally (bounded to function lifespan) a specific stream handler (MR #135)
Fixed
- Fix large (misleading) sequence giving UnicodeDecodeError (MR #137)
- Avoid using too insignificant chunk (MR #137)
Added
- Add and expose function
set_logging_handler
to configure a specific StreamHandler from @nmaynes (MR #135) - Add
CHANGELOG.md
entries, format is based on Keep a Changelog (MR #141)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.