From 47323c84bc9960057f75740f9a7aa613e780a9b6 Mon Sep 17 00:00:00 2001 From: Zemnmez's Renovate Bot Date: Sun, 13 Oct 2024 21:28:37 -0700 Subject: [PATCH] chore(deps): update dependency charset-normalizer to v3.4.0 ##### v3.4.0 ##### Added - Argument `--no-preemptive` in the CLI to prevent the detector to search for hints. - Support for Python 3.13 ([#512](https://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://github.com/Ousret/charset_normalizer/issues/520)) ([#509](https://github.com/Ousret/charset_normalizer/issues/509)) ([#498](https://github.com/Ousret/charset_normalizer/issues/498)) ([#407](https://github.com/Ousret/charset_normalizer/issues/407)) ([#537](https://github.com/Ousret/charset_normalizer/issues/537)) - Declared charset in content (preemptive detection) not changed when converting to utf-8 bytes. ([#381](https://github.com/Ousret/charset_normalizer/issues/381)) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 11b6fca06bd..a9a2951135a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -149,7 +149,7 @@ cffi==1.17.1 \ # via # argon2-cffi-bindings # cryptography -charset-normalizer==3.3.2 \ +charset-normalizer==3.4.0 \ --hash=sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027 \ --hash=sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087 \ --hash=sha256:0a55554a2fa0d408816b3b5cedf0045f4b8e1a6065aec45849de2d6f3f8e9786 \