Skip to content

Commit

Permalink
Update dependency charset-normalizer to v3.4.0 (#325)
Browse files Browse the repository at this point in the history
##### Added

- Argument `--no-preemptive` in the CLI to prevent the detector to
search for hints.
- Support for Python 3.13
([#​512](https://redirect.github.com/Ousret/charset_normalizer/issues/512))

##### Fixed

- Relax the TypeError exception thrown when trying to compare a
CharsetMatch with anything else than a CharsetMatch.
- Improved the general reliability of the detector based on user
feedbacks.
([#​520](https://redirect.github.com/Ousret/charset_normalizer/issues/520))
([#​509](https://redirect.github.com/Ousret/charset_normalizer/issues/509))
([#​498](https://redirect.github.com/Ousret/charset_normalizer/issues/498))
([#​407](https://redirect.github.com/Ousret/charset_normalizer/issues/407))
([#​537](https://redirect.github.com/Ousret/charset_normalizer/issues/537))
- Declared charset in content (preemptive detection) not changed when
converting to utf-8 bytes.
([#​381](https://redirect.github.com/Ousret/charset_normalizer/issues/381))

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent ae4bc86 commit 2f4d2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
certifi==2024.8.30
charset-normalizer==3.3.2
charset-normalizer==3.4.0
gitdb==4.0.11
GitPython==3.1.43
idna==3.10
Expand Down

0 comments on commit 2f4d2f9

Please sign in to comment.