chore(deps): update dependency charset-normalizer to v3.5.1 #42

Open
renovate-bot wants to merge 1 commit from renovate/charset-normalizer-3.x into master
Member

This PR contains the following updates:

Package Change Age Confidence
charset-normalizer (changelog) ==3.4.7 -> ==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).

v3.4.9

Compare Source

Fixed
  • Regression in our fallback path leading to a decode error. (#​771)
    We've yanked 3.4.8 as a result of that bug.

v3.4.8

Compare Source

Fixed
  • Wall import time due to cascade codec imports for our multibyte first sort of iana supported codecs (#​742)
  • Unnecessary json import at runtime (#​753)
  • Inverse capitalization not seen by noise detector (#​731)
Changed
  • No longer holding a global cache for our noise / coherence measurements. Relax RSS memory usage.
  • Micro-optimizations in our noise / coherence measurements.
  • No longer using regex search by default for our preemptive charset mark algorithm.
  • Raised upperbound of setuptools to v83.
  • Raised upperbound of mypy(c) to v2.1.
Removed
  • Redundant UTF7 BOM marker (#​730)

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 | 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.7` -> `==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.7/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). ### [`v3.4.9`](https://github.com/jawah/charset_normalizer/blob/HEAD/CHANGELOG.md#349-2026-07-07) [Compare Source](https://github.com/jawah/charset_normalizer/compare/3.4.8...3.4.9) ##### Fixed - Regression in our fallback path leading to a decode error. ([#&#8203;771](https://github.com/jawah/charset_normalizer/issues/771)) We've yanked 3.4.8 as a result of that bug. ### [`v3.4.8`](https://github.com/jawah/charset_normalizer/blob/HEAD/CHANGELOG.md#348-2026-07-06) [Compare Source](https://github.com/jawah/charset_normalizer/compare/3.4.7...3.4.8) ##### Fixed - Wall import time due to cascade codec imports for our multibyte first sort of iana supported codecs ([#&#8203;742](https://github.com/jawah/charset_normalizer/issues/742)) - Unnecessary json import at runtime ([#&#8203;753](https://github.com/jawah/charset_normalizer/issues/753)) - Inverse capitalization not seen by noise detector ([#&#8203;731](https://github.com/jawah/charset_normalizer/issues/731)) ##### Changed - No longer holding a global cache for our noise / coherence measurements. Relax RSS memory usage. - Micro-optimizations in our noise / coherence measurements. - No longer using regex search by default for our preemptive charset mark algorithm. - Raised upperbound of setuptools to v83. - Raised upperbound of mypy(c) to v2.1. ##### Removed - Redundant UTF7 BOM marker ([#&#8203;730](https://github.com/jawah/charset_normalizer/issues/730)) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41Mi44IiwidXBkYXRlZEluVmVyIjoiNDIuNTIuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS1ib3QiXX0=-->
chore(deps): update dependency charset-normalizer to v3.4.9
All checks were successful
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
9b1a4fbb2b
renovate-bot changed title from chore(deps): update dependency charset-normalizer to v3.4.9 to chore(deps): update dependency charset-normalizer to v3.5.1 2026-08-24 05:15:37 +05:30
renovate-bot force-pushed renovate/charset-normalizer-3.x from 9b1a4fbb2b
All checks were successful
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
to 32547b617a
All checks were successful
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-08-24 05:15:37 +05:30
Compare
All checks were successful
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
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.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/charset-normalizer-3.x
git switch renovate/charset-normalizer-3.x
git rebase master
git switch master
git merge --ff-only renovate/charset-normalizer-3.x
git switch renovate/charset-normalizer-3.x
git rebase master
git switch master
git merge --no-ff renovate/charset-normalizer-3.x
git switch master
git merge --squash renovate/charset-normalizer-3.x
git switch master
git merge --ff-only renovate/charset-normalizer-3.x
git switch master
git merge renovate/charset-normalizer-3.x
git push origin master
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
mCaptcha/mcaptcha-api-py!42
No description provided.