forked from Mirrors/cloudflare-ddns-docker
Update dependency chardet to v5 - autoclosed #12
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/chardet-5.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==4.0.0
->==5.2.0
Release Notes
chardet/chardet (chardet)
v5.2.0
: chardet 5.2.0Compare Source
Adds support for running chardet CLI via
python -m chardet
(0e9b7bc
, @dan-blanchard)v5.1.0
: chardet 5.1.0Compare Source
Features
should_rename_legacy
argument to most functions, which will rename older encodings to their more modern equivalents (e.g.,GB2312
becomesGB18030
) (#264, @dan-blanchard)c292b52
, Rob Speer and @dan-blanchard )--minimal
flag tochardetect
command (#214, @dan-blanchard)Fixes
Misc changes
v5.0.0
: chardet 5.0.0Compare Source
⚠️ This release is the first release of chardet that no longer supports Python < 3.6 ⚠️
In addition to that change, it features the following user-facing changes:
SingleByteCharSetProber
confidence to match latest uchardet (#209)detect_all
return child prober confidences (#210)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 Renovate Bot.
Update dependency chardet to v5to Update dependency chardet to v5 - autoclosed