Update dependency chardet to v7.4.3 #88

Merged
timatlee merged 1 commits from renovate/chardet-7.x into main 2026-04-14 07:23:05 -06:00
Collaborator

This PR contains the following updates:

Package Update Change
chardet (changelog) patch ==7.4.2==7.4.3

Release Notes

chardet/chardet (chardet)

v7.4.3

Compare Source

Patch release: fixes a crash when input contains null bytes inside a <meta charset> declaration.

Bug Fixes

  • Fixed ValueError: embedded null character crash when input contained a <meta charset> declaration with a null byte in the encoding name (e.g. b'<meta charset="\x00utf-8">'). codecs.lookup() raises ValueError on embedded nulls, and lookup_encoding() was only catching LookupError. Also added defensive ValueError catches in _validate_bytes() and _to_utf8() for completeness. (#​369, thanks @​DRMacIver for the report)

Full Changelog: https://github.com/chardet/chardet/compare/7.4.2...7.4.3


Configuration

📅 Schedule: (in timezone America/Edmonton)

  • 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 | Update | Change | |---|---|---| | [chardet](https://github.com/chardet/chardet) ([changelog](https://chardet.readthedocs.io/en/latest/changelog.html)) | patch | `==7.4.2` → `==7.4.3` | --- ### Release Notes <details> <summary>chardet/chardet (chardet)</summary> ### [`v7.4.3`](https://github.com/chardet/chardet/releases/tag/7.4.3) [Compare Source](https://github.com/chardet/chardet/compare/7.4.2...7.4.3) Patch release: fixes a crash when input contains null bytes inside a `<meta charset>` declaration. #### Bug Fixes - Fixed `ValueError: embedded null character` crash when input contained a `<meta charset>` declaration with a null byte in the encoding name (e.g. `b'<meta charset="\x00utf-8">'`). `codecs.lookup()` raises `ValueError` on embedded nulls, and `lookup_encoding()` was only catching `LookupError`. Also added defensive `ValueError` catches in `_validate_bytes()` and `_to_utf8()` for completeness. ([#&#8203;369](https://github.com/chardet/chardet/issues/369), thanks [@&#8203;DRMacIver](https://github.com/DRMacIver) for the report) **Full Changelog**: <https://github.com/chardet/chardet/compare/7.4.2...7.4.3> </details> --- ### Configuration 📅 **Schedule**: (in timezone America/Edmonton) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTMuMCIsInVwZGF0ZWRJblZlciI6IjQzLjExMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2026-04-13 16:00:16 -06:00
Update dependency chardet to v7.4.3
Build Docker Image / build (pull_request) Successful in 1m31s
46176c093a
timatlee merged commit 183247ee9a into main 2026-04-14 07:23:05 -06:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: timatlee/cloudflare-ddns-docker-updated#88