Bump charset-normalizer from 3.4.2 to 3.4.4
Bumps charset-normalizer from 3.4.2 to 3.4.4.
Release notes
Sourced from charset-normalizer's releases.
Version 3.4.4
3.4.4 (2025-10-13)
Changed
- Bound
setuptoolsto a specific constraintsetuptools>=68,<=81.- Raised upper bound of mypyc for the optional pre-built extension to v1.18.2
Removed
setuptools-scmas a build dependency.Misc
- Enforced hashes in
dev-requirements.txtand createdci-requirements.txtfor security purposes.- Additional pre-built wheels for riscv64, s390x, and armv7l architectures.
- Restore
multiple.intoto.jsonlin GitHub releases in addition to individual attestation file per wheel.Version 3.4.3
3.4.3 (2025-08-09)
Changed
- mypy(c) is no longer a required dependency at build time if
CHARSET_NORMALIZER_USE_MYPYCisn't set to1. (#595) (#583)- automatically lower confidence on small bytes samples that are not Unicode in
detectoutput 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.
Changelog
Sourced from charset-normalizer's changelog.
3.4.4 (2025-10-13)
Changed
- Bound
setuptoolsto a specific constraintsetuptools>=68,<=81.- Raised upper bound of mypyc for the optional pre-built extension to v1.18.2
Removed
setuptools-scmas a build dependency.Misc
- Enforced hashes in
dev-requirements.txtand createdci-requirements.txtfor security purposes.- Additional pre-built wheels for riscv64, s390x, and armv7l architectures.
- Restore
multiple.intoto.jsonlin GitHub releases in addition to individual attestation file per wheel.3.4.3 (2025-08-09)
Changed
- mypy(c) is no longer a required dependency at build time if
CHARSET_NORMALIZER_USE_MYPYCisn't set to1. (#595) (#583)- automatically lower confidence on small bytes samples that are not Unicode in
detectoutput 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.
Commits
b30ffdc:wrench: fix checksum step in cd.ymld3fbfcf:wrench: fix cd.ymldafbb95Release 3.4.4 (#658)1f18ffa:arrow_up: raise mypy upper bound to 1.18.2ef4ac69Merge branch 'release-3.4.4' of github.com:jawah/charset_normalizer into rele...4b35dda:pencil: write changelog for 3.4.40ec6452:wrench: update cd.yml workflow (add riscv64, s390x and armv7l)f341ede:arrow_up: upgrade dependencies (dev, ci)a308841:pencil: write changelog for 3.4.49c906da:wrench: update cd.yml workflow (add riscv64, s390x and armv7l)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 54.67%. Comparing base (7e94024) to head (756005e).
:white_check_mark: All tests successful. No failed tests found.
Additional details and impacted files
@@ Coverage Diff @@
## main #1576 +/- ##
=======================================
Coverage 54.66% 54.67%
=======================================
Files 335 335
Lines 27358 27358
=======================================
+ Hits 14956 14957 +1
+ Misses 12402 12401 -1
| Flag | Coverage Δ | |
|---|---|---|
| functionaltests | 0.00% <ø> (ø) |
|
| unittests | 54.67% <ø> (+<0.01%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.