chore(deps): update dependency charset-normalizer to v3.2.0
This MR contains the following updates:
Package | Update | Change |
---|---|---|
charset-normalizer | minor |
==3.1.0 -> ==3.2.0
|
Release Notes
Ousret/charset_normalizer (charset-normalizer)
v3.2.0
Changed
- Typehint for function
from_path
no longer enforcePathLike
as its first argument - Minor improvement over the global detection reliability
Added
- Introduce function
is_binary
that relies on main capabilities, and optimized to detect binaries - Propagate
enable_fallback
argument throughoutfrom_bytes
,from_path
, andfrom_fp
that allow a deeper control over the detection (default True) - Explicit support for Python 3.12
Fixed
- Edge case detection failure where a file would contain 'very-long' camel cased word (Issue #289)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.