Skip to content

build(deps-dev): update chardet requirement from <6 to <7#551

Closed
dependabot[bot] wants to merge 1 commit intov0.x.xfrom
dependabot/pip/chardet-lt-7
Closed

build(deps-dev): update chardet requirement from <6 to <7#551
dependabot[bot] wants to merge 1 commit intov0.x.xfrom
dependabot/pip/chardet-lt-7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2026

Updates the requirements on chardet to permit the latest version.

Release notes

Sourced from chardet's releases.

6.0.0.post1

  • Fixed version number in chardet/version.py still being set to 6.0.0dev0. Otherwise identical to 6.0.0.
Changelog

Sourced from chardet's changelog.

6.0.0.post1 (2026-02-22)

  • Fixed __version__ not being set correctly in the package (Dan Blanchard <https://github.com/dan-blanchard>_)

6.0.0 (2026-02-22)

Features:

  • Unified single-byte charset detection with proper language-specific bigram models for all single-byte encodings (replaces Latin1Prober and MacRomanProber heuristics) (Dan Blanchard <https://github.com/dan-blanchard>_)
  • 38 new languages: Arabic, Belarusian, Breton, Croatian, Czech, Danish, Dutch, English, Esperanto, Estonian, Farsi, Finnish, French, German, Icelandic, Indonesian, Irish, Italian, Kazakh, Latvian, Lithuanian, Macedonian, Malay, Maltese, Norwegian, Polish, Portuguese, Romanian, Scottish Gaelic, Serbian, Slovak, Slovene, Spanish, Swedish, Tajik, Ukrainian, Vietnamese, Welsh (Dan Blanchard <https://github.com/dan-blanchard>_)
  • EncodingEra filtering via new encoding_era parameter (Dan Blanchard <https://github.com/dan-blanchard>_)
  • max_bytes and chunk_size parameters for detect(), detect_all(), and UniversalDetector (Dan Blanchard <https://github.com/dan-blanchard>_)
  • -e/--encoding-era CLI flag (Dan Blanchard <https://github.com/dan-blanchard>_ via Claude)
  • EBCDIC detection (CP037, CP500) (Dan Blanchard <https://github.com/dan-blanchard>_)
  • Direct GB18030 support (replaces redundant GB2312 prober) (Dan Blanchard <https://github.com/dan-blanchard>_)
  • Binary file detection (Dan Blanchard <https://github.com/dan-blanchard>_)
  • Python 3.12, 3.13, and 3.14 support (Hugo van Kemenade <https://github.com/hugovk>, [#283](https://github.com/chardet/chardet/issues/283) <https://github.com/chardet/chardet/pull/283>)
  • GitHub Codespaces support (oxygen dioxide <https://github.com/oxygen-dioxide>, [#312](https://github.com/chardet/chardet/issues/312) <https://github.com/chardet/chardet/pull/312>)

Breaking changes:

  • Dropped Python 3.7, 3.8, and 3.9 (requires Python 3.10+)
  • Removed Latin1Prober and MacRomanProber
  • Removed EUC-TW support
  • Removed LanguageFilter.NONE
  • detect() default changed to encoding_era=EncodingEra.MODERN_WEB

... (truncated)

Commits
  • 2fa72d8 Update version to 6.0.0.post1
  • 8a4636b docs: modernize usage examples and reorganize table of contents
  • 20da71e docs: fix copyright start year and remove first-person reference
  • b45ae91 docs: update copyright to 2015-2026 chardet contributors
  • 3f9910d Add .readthedocs.yaml to fix RTD builds
  • 7ef7cd0 Fix pyright type errors in chardetect.py and test.py
  • 4025dfa Update documentation for 6.0.0 release
  • 1170829 Add LEGACY_REGIONAL encoding era and reclassify misplaced encodings
  • 19379ac Add --encoding-era CLI flag and improve heuristic selection
  • 61308e2 Pre-release fixes: bump to 6.0.0, fix get_charset crash, cleanup
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
chardet [>= 7.dev0, < 8]

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [chardet](https://github.com/chardet/chardet) to permit the latest version.
- [Release notes](https://github.com/chardet/chardet/releases)
- [Changelog](https://github.com/chardet/chardet/blob/main/docs/changelog.rst)
- [Commits](chardet/chardet@1.0...6.0.0.post1)

---
updated-dependencies:
- dependency-name: chardet
  dependency-version: 6.0.0.post1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Mar 27, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 27, 2026 09:15
@dependabot dependabot bot requested review from llucax and removed request for a team March 27, 2026 09:15
@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Mar 27, 2026
@frequenz-auto-dependabot frequenz-auto-dependabot bot added the tool:auto-merged Auto-approved Dependabot PRs label Mar 27, 2026
@frequenz-auto-dependabot frequenz-auto-dependabot bot added this pull request to the merge queue Mar 27, 2026
@llucax llucax removed this pull request from the merge queue due to a manual request Mar 27, 2026
@llucax
Copy link
Copy Markdown
Contributor

llucax commented Mar 27, 2026

Superseded by #554

@llucax llucax closed this Mar 27, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 27, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/chardet-lt-7 branch March 27, 2026 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) tool:auto-merged Auto-approved Dependabot PRs type:tech-debt Improves the project without visible changes for users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant