Update dependency chardet to v5 - autoclosed #12

Closed
renovate-bot wants to merge 0 commits from renovate/chardet-5.x into main
Collaborator

This PR contains the following updates:

Package Update Change
chardet major ==4.0.0 -> ==5.2.0

Release Notes

chardet/chardet (chardet)

v5.2.0: chardet 5.2.0

Compare Source

Adds support for running chardet CLI via python -m chardet (0e9b7bc, @​dan-blanchard)

v5.1.0: chardet 5.1.0

Compare Source

Features
Fixes
Misc changes

v5.0.0: chardet 5.0.0

Compare 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:


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [chardet](https://github.com/chardet/chardet) | major | `==4.0.0` -> `==5.2.0` | --- ### Release Notes <details> <summary>chardet/chardet (chardet)</summary> ### [`v5.2.0`](https://github.com/chardet/chardet/releases/tag/5.2.0): chardet 5.2.0 [Compare Source](https://github.com/chardet/chardet/compare/5.1.0...5.2.0) Adds support for running chardet CLI via `python -m chardet` ([`0e9b7bc`](https://github.com/chardet/chardet/commit/0e9b7bc20366163efcc221281201baff4100fe19), [@&#8203;dan-blanchard](https://github.com/dan-blanchard)) ### [`v5.1.0`](https://github.com/chardet/chardet/releases/tag/5.1.0): chardet 5.1.0 [Compare Source](https://github.com/chardet/chardet/compare/5.0.0...5.1.0) ##### Features - Add `should_rename_legacy` argument to most functions, which will rename older encodings to their more modern equivalents (e.g., `GB2312` becomes `GB18030`) ([#&#8203;264](https://github.com/chardet/chardet/issues/264), [@&#8203;dan-blanchard](https://github.com/dan-blanchard)) - Add capital letter sharp S and ISO-8859-15 support ([#&#8203;222](https://github.com/chardet/chardet/issues/222), [@&#8203;SimonWaldherr](https://github.com/SimonWaldherr)) - Add a prober for MacRoman encoding ([#&#8203;5](https://github.com/chardet/chardet/issues/5) updated as [`c292b52`](https://github.com/chardet/chardet/commit/c292b52a97e57c95429ef559af36845019b88b33), Rob Speer and [@&#8203;dan-blanchard](https://github.com/dan-blanchard) ) - Add `--minimal` flag to `chardetect` command ([#&#8203;214](https://github.com/chardet/chardet/issues/214), [@&#8203;dan-blanchard](https://github.com/dan-blanchard)) - Add type annotations to the project and run mypy on CI ([#&#8203;261](https://github.com/chardet/chardet/issues/261), [@&#8203;jdufresne](https://github.com/jdufresne)) - Add support for Python 3.11 ([#&#8203;274](https://github.com/chardet/chardet/issues/274), [@&#8203;hugovk](https://github.com/hugovk)) ##### Fixes - Clarify LGPL version in License trove classifier ([#&#8203;255](https://github.com/chardet/chardet/issues/255), [@&#8203;musicinmybrain](https://github.com/musicinmybrain)) - Remove support for EOL Python 3.6 ([#&#8203;260](https://github.com/chardet/chardet/issues/260), [@&#8203;jdufresne](https://github.com/jdufresne)) - Remove unnecessary guards for non-falsey values ([#&#8203;259](https://github.com/chardet/chardet/issues/259), [@&#8203;jdufresne](https://github.com/jdufresne)) ##### Misc changes - Switch to Python 3.10 release in GitHub actions ([#&#8203;257](https://github.com/chardet/chardet/issues/257), [@&#8203;jdufresne](https://github.com/jdufresne)) - Remove setup.py in favor of build package ([#&#8203;262](https://github.com/chardet/chardet/issues/262), [@&#8203;jdufresne](https://github.com/jdufresne)) - Run tests on macos, Windows, and 3.11-dev ([#&#8203;267](https://github.com/chardet/chardet/issues/267), [@&#8203;dan-blanchard](https://github.com/dan-blanchard)) ### [`v5.0.0`](https://github.com/chardet/chardet/releases/tag/5.0.0): chardet 5.0.0 [Compare Source](https://github.com/chardet/chardet/compare/4.0.0...5.0.0) ⚠️ 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: - Added a prober for Johab Korean ([#&#8203;207](https://github.com/chardet/chardet/issues/207), [@&#8203;grizlupo](https://github.com/grizlupo)) - Added a prober for UTF-16/32 BE/LE ([#&#8203;109](https://github.com/chardet/chardet/issues/109), [#&#8203;206](https://github.com/chardet/chardet/issues/206), [@&#8203;jpz](https://github.com/jpz)) - Added test data for Croatian, Czech, Hungarian, Polish, Slovak, Slovene, Greek, and Turkish, which should help prevent future errors with those languages - Improved XML tag filtering, which should improve accuracy for XML files ([#&#8203;208](https://github.com/chardet/chardet/issues/208)) - Tweaked `SingleByteCharSetProber` confidence to match latest uchardet ([#&#8203;209](https://github.com/chardet/chardet/issues/209)) - Made `detect_all` return child prober confidences ([#&#8203;210](https://github.com/chardet/chardet/issues/210)) - Updated examples in docs ([#&#8203;223](https://github.com/chardet/chardet/issues/223), [@&#8203;domdfcoding](https://github.com/domdfcoding)) - Documentation fixes ([#&#8203;212](https://github.com/chardet/chardet/issues/212), [#&#8203;224](https://github.com/chardet/chardet/issues/224), [#&#8203;225](https://github.com/chardet/chardet/issues/225), [#&#8203;226](https://github.com/chardet/chardet/issues/226), [#&#8203;220](https://github.com/chardet/chardet/issues/220), [#&#8203;221](https://github.com/chardet/chardet/issues/221), [#&#8203;244](https://github.com/chardet/chardet/issues/244) from too many to mention) - Minor performance improvements ([#&#8203;252](https://github.com/chardet/chardet/issues/252), [@&#8203;deedy5](https://github.com/deedy5)) - Add support for Python 3.10 when testing ([#&#8203;232](https://github.com/chardet/chardet/issues/232), [@&#8203;jdufresne](https://github.com/jdufresne)) - Lots of little development cycle improvements, mostly thanks to [@&#8203;jdufresne](https://github.com/jdufresne) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQwMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-06-11 08:41:22 -06:00
renovate-bot changed title from Update dependency chardet to v5 to Update dependency chardet to v5 - autoclosed 2024-06-11 18:42:08 -06:00
renovate-bot closed this pull request 2024-06-11 18:42:08 -06:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: timatlee/cloudflare-ddns-docker-updated#12
No description provided.