Update dependency charset-normalizer to v3.5.1 #92

Open
spacebot wants to merge 1 commit from renovate/charset-normalizer-3.x into main
Owner

This PR contains the following updates:

Package Change Age Confidence
charset-normalizer (changelog) ==3.4.9==3.5.1 age confidence

Release Notes

jawah/charset_normalizer (charset-normalizer)

v3.5.1

Compare Source

Changed
  • Raised upper bound of setuptools to v84 (#​794)
  • Cache performance access optimization for our CharInfo struct (prebuilt only).
Fixed
  • No longer decoding large content when the noise detector output give a high entropy.
    Only impacted large content input >1M bytes.

v3.5.0

Compare Source

Added
  • Explicit support for Python 3.15
Fixed
  • Comparing a CharsetMatch to a non-alias encoding strings (#​773)
  • Return 0.0 CharsetMatch.multi_byte_usage for empty payloads instead of crashing (#​774)
  • A file with both a charset declaration and BOM/SIG did not verify first the BOM/SIG charset.
  • iso2022* cases misdetected due to a flaw in our multibyte chunking logic.
Changed
  • Replaced the optional mypyc build with Cython extensions while retaining the
    pure Python fallback. The previous engine (mypyc) started to hit rough limit around
    the optimization of our noise/coherence detector while Cython allows us to
    steer the engine toward the right generated optimized sources.
    This change SHOULD not impact bundler (e.g. Pyinstaller) as the module are
    immediately discoverable (i.e. not hidden import like mypyc did).
    Moreover, a long wished distribution is the abi3 wheels, this will allow us
    to no longer rush each year when a new Python interpreter is released.
    We still distribute the interpreter specific wheels for faster performance.
  • Applied micro-optimization on several utils.
  • CharsetMatches no longer sort on each match insertion.
Misc
  • Removed an old performance optimization attempt in apy.py (success_fast_tracked+payload_result_cache).

Configuration

📅 Schedule: (UTC)

  • 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 Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [charset-normalizer](https://github.com/jawah/charset_normalizer) ([changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md)) | `==3.4.9` → `==3.5.1` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/charset-normalizer/3.5.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/charset-normalizer/3.4.9/3.5.1?slim=true) | --- ### Release Notes <details> <summary>jawah/charset_normalizer (charset-normalizer)</summary> ### [`v3.5.1`](https://github.com/jawah/charset_normalizer/blob/HEAD/CHANGELOG.md#351-2026-08-15) [Compare Source](https://github.com/jawah/charset_normalizer/compare/3.5.0...3.5.1) ##### Changed - Raised upper bound of setuptools to v84 ([#&#8203;794](https://github.com/jawah/charset_normalizer/issues/794)) - Cache performance access optimization for our CharInfo struct (prebuilt only). ##### Fixed - No longer decoding large content when the noise detector output give a high entropy. Only impacted large content input >1M bytes. ### [`v3.5.0`](https://github.com/jawah/charset_normalizer/blob/HEAD/CHANGELOG.md#350-2026-08-12) [Compare Source](https://github.com/jawah/charset_normalizer/compare/3.4.9...3.5.0) ##### Added - Explicit support for Python 3.15 ##### Fixed - Comparing a CharsetMatch to a non-alias encoding strings ([#&#8203;773](https://github.com/jawah/charset_normalizer/issues/773)) - Return 0.0 CharsetMatch.multi\_byte\_usage for empty payloads instead of crashing ([#&#8203;774](https://github.com/jawah/charset_normalizer/issues/774)) - A file with both a charset declaration and BOM/SIG did not verify first the BOM/SIG charset. - iso2022\* cases misdetected due to a flaw in our multibyte chunking logic. ##### Changed - Replaced the optional mypyc build with Cython extensions while retaining the pure Python fallback. The previous engine (mypyc) started to hit rough limit around the optimization of our noise/coherence detector while Cython allows us to steer the engine toward the right generated optimized sources. This change SHOULD not impact bundler (e.g. Pyinstaller) as the module are immediately discoverable (i.e. not hidden import like mypyc did). Moreover, a long wished distribution is the abi3 wheels, this will allow us to no longer rush each year when a new Python interpreter is released. We still distribute the interpreter specific wheels for faster performance. - Applied micro-optimization on several utils. - CharsetMatches no longer sort on each match insertion. ##### Misc - Removed an old performance optimization attempt in apy.py (success\_fast\_tracked+payload\_result\_cache). </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yODguMCIsInVwZGF0ZWRJblZlciI6IjQzLjI4OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
spacebot force-pushed renovate/charset-normalizer-3.x from b8aa184f85 to c9355fde08 2026-08-15 10:48:02 +02:00 Compare
spacebot changed title from Update dependency charset-normalizer to v3.5.0 to Update dependency charset-normalizer to v3.5.1 2026-08-15 10:48:04 +02:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/charset-normalizer-3.x:renovate/charset-normalizer-3.x
git switch renovate/charset-normalizer-3.x

Merge

Merge the changes and update on Forgejo.
git switch main
git merge --no-ff renovate/charset-normalizer-3.x
git switch renovate/charset-normalizer-3.x
git rebase main
git switch main
git merge --ff-only renovate/charset-normalizer-3.x
git switch renovate/charset-normalizer-3.x
git rebase main
git switch main
git merge --no-ff renovate/charset-normalizer-3.x
git switch main
git merge --squash renovate/charset-normalizer-3.x
git switch main
git merge --ff-only renovate/charset-normalizer-3.x
git switch main
git merge renovate/charset-normalizer-3.x
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
spacebar/SplatNet-Backend!92
No description provided.