UNCLASSIFIED - NO CUI

Skip to content

Draft: Update dependency charset_normalizer to v2.1.1

renovate requested to merge renovate/charset_normalizer-2.x into development

This MR contains the following updates:

Package Type Update Change
charset_normalizer ironbank-pypi minor 2.0.12 -> 2.1.1

Release Notes

ousret/charset_normalizer

v2.1.1

Compare Source

Deprecated
  • Function normalize scheduled for removal in 3.0
Changed
  • Removed useless call to decode in fn is_unprintable (#​206)
Fixed

v2.1.0

Compare Source

Added
  • Output the Unicode table version when running the CLI with --version (MR #​194)
Changed
Fixed
  • Workaround potential bug in cpython with Zero Width No-Break Space located in Arabic Presentation Forms-B, Unicode 1.1 not acknowledged as space (MR #​175)
  • CLI default threshold aligned with the API threshold from @​oleksandr-kuzmenko (MR #​181)
Removed
  • Support for Python 3.5 (MR #​192)
Deprecated
  • Use of backport unicodedata from unicodedata2 as Python is quickly catching up, scheduled for removal in 3.0 (MR #​194)

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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports