chore(deps): update dependency charset-normalizer to v3.4.9 #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.4.9 age confidence

Release Notes

jawah/charset_normalizer (charset-normalizer)

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.4.9` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/charset-normalizer/3.4.9?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/charset-normalizer/3.4.7/3.4.9?slim=true) | --- ### Release Notes <details> <summary>jawah/charset_normalizer (charset-normalizer)</summary> ### [`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
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.