Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/charset-normalizer-3.x
Open

chore(deps): update dependency charset-normalizer to v3.5.1#248
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/charset-normalizer-3.x

Conversation

@renovate

@renovate renovate Bot commented Sep 22, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

v3.4.7

Compare Source

Changed
  • Pre-built optimized version using mypy[c] v1.20.
  • Relax setuptools constraint to setuptools>=68,<82.1.
Fixed
  • Correctly remove SIG remnant in utf-7 decoded string. (#​718) (#​716)

v3.4.6

Compare Source

Changed
  • Flattened the logic in charset_normalizer.md for higher performance. Removed eligible(..) and feed(...)
    in favor of feed_info(...).
  • Raised upper bound for mypy[c] to 1.20, for our optimized version.
  • Updated UNICODE_RANGES_COMBINED using Unicode blocks v17.
Fixed
  • Edge case where noise difference between two candidates can be almost insignificant. (#​672)
  • CLI --normalize writing to wrong path when passing multiple files in. (#​702)
Misc
  • Freethreaded pre-built wheels now shipped in PyPI starting with 3.14t. (#​616)

v3.4.5

Compare Source

Changed
  • Update setuptools constraint to setuptools>=68,<=82.
  • Raised upper bound of mypyc for the optional pre-built extension to v1.19.1
Fixed
  • Add explicit link to lib math in our optimized build. (#​692)
  • Logger level not restored correctly for empty byte sequences. (#​701)
  • TypeError when passing bytearray to from_bytes. (#​703)
Misc
  • Applied safe micro-optimizations in both our noise detector and language detector.
  • Rewrote the query_yes_no function (inside CLI) to avoid using ambiguous licensed code.
  • Added cd.py submodule into mypyc optional compilation to reduce further the performance impact.

v3.4.4

Compare Source

Changed
  • Bound setuptools to a specific constraint setuptools>=68,<=81.
  • Raised upper bound of mypyc for the optional pre-built extension to v1.18.2
Removed
  • setuptools-scm as a build dependency.
Misc
  • Enforced hashes in dev-requirements.txt and created ci-requirements.txt for security purposes.
  • Additional pre-built wheels for riscv64, s390x, and armv7l architectures.
  • Restore multiple.intoto.jsonl in GitHub releases in addition to individual attestation file per wheel.

v3.4.3

Compare Source

Changed
  • mypy(c) is no longer a required dependency at build time if CHARSET_NORMALIZER_USE_MYPYC isn't set to 1. (#​595) (#​583)
  • automatically lower confidence on small bytes samples that are not Unicode in detect output legacy function. (#​391)
Added
  • Custom build backend to overcome inability to mark mypy as an optional dependency in the build phase.
  • Support for Python 3.14
Fixed
  • sdist archive contained useless directories.
  • automatically fallback on valid UTF-16 or UTF-32 even if the md says it's noisy. (#​633)
Misc
  • SBOM are automatically published to the relevant GitHub release to comply with regulatory changes.
    Each published wheel comes with its SBOM. We choose CycloneDX as the format.
  • Prebuilt optimized wheel are no longer distributed by default for CPython 3.7 due to a change in cibuildwheel.

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 was generated by Mend Renovate. View the repository job log.

@vercel

vercel Bot commented Sep 22, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
heimdallr Error Error Aug 15, 2026 9:47am

@renovate renovate Bot changed the title chore(deps): update dependency charset-normalizer to v3.4.3 chore(deps): update dependency charset-normalizer to v3.4.4 Oct 14, 2025
@renovate
renovate Bot force-pushed the renovate/charset-normalizer-3.x branch from 67f2a91 to ddb5729 Compare October 14, 2025 05:05
@sonarqubecloud

Copy link
Copy Markdown

@renovate renovate Bot changed the title chore(deps): update dependency charset-normalizer to v3.4.4 chore(deps): update dependency charset-normalizer to v3.4.5 Mar 6, 2026
@renovate
renovate Bot force-pushed the renovate/charset-normalizer-3.x branch from ddb5729 to 2f1d6d6 Compare March 6, 2026 09:41
@renovate renovate Bot changed the title chore(deps): update dependency charset-normalizer to v3.4.5 chore(deps): update dependency charset-normalizer to v3.4.6 Mar 15, 2026
@renovate
renovate Bot force-pushed the renovate/charset-normalizer-3.x branch from 2f1d6d6 to 12f2ce4 Compare March 15, 2026 20:41
@renovate renovate Bot changed the title chore(deps): update dependency charset-normalizer to v3.4.6 chore(deps): update dependency charset-normalizer to v3.4.7 Apr 2, 2026
@renovate
renovate Bot force-pushed the renovate/charset-normalizer-3.x branch from 12f2ce4 to f7ee371 Compare April 2, 2026 10:27
@sonarqubecloud

sonarqubecloud Bot commented Apr 2, 2026

Copy link
Copy Markdown

@renovate
renovate Bot force-pushed the renovate/charset-normalizer-3.x branch from f7ee371 to b0236d8 Compare July 6, 2026 17:55
@renovate renovate Bot changed the title chore(deps): update dependency charset-normalizer to v3.4.7 chore(deps): update dependency charset-normalizer to v3.4.8 Jul 6, 2026
@renovate renovate Bot changed the title chore(deps): update dependency charset-normalizer to v3.4.8 chore(deps): update dependency charset-normalizer to v3.4.9 Jul 7, 2026
@renovate
renovate Bot force-pushed the renovate/charset-normalizer-3.x branch from b0236d8 to 8f37876 Compare July 7, 2026 17:39
@sonarqubecloud

sonarqubecloud Bot commented Jul 7, 2026

Copy link
Copy Markdown

@renovate renovate Bot changed the title chore(deps): update dependency charset-normalizer to v3.4.9 chore(deps): update dependency charset-normalizer to v3.5.0 Aug 12, 2026
@renovate
renovate Bot force-pushed the renovate/charset-normalizer-3.x branch from 8f37876 to 4fe0527 Compare August 12, 2026 15:55
@renovate
renovate Bot force-pushed the renovate/charset-normalizer-3.x branch from 4fe0527 to 1d9e054 Compare August 15, 2026 09:47
@renovate renovate Bot changed the title chore(deps): update dependency charset-normalizer to v3.5.0 chore(deps): update dependency charset-normalizer to v3.5.1 Aug 15, 2026
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants