From cd6de3ceef65170e6b10c0f2851d191864fcf7fd Mon Sep 17 00:00:00 2001 From: Zemnmez's Renovate Bot Date: Wed, 9 Oct 2024 15:21:07 -0700 Subject: [PATCH] chore(deps): update dependency charset-normalizer to v3.4.0 ##### v3.4.0 (`https://github.com/Ousret/charset_normalizer/blob/HEAD/CHANGELOG.md#340-2024-10-08`) ##### 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)) --- MODULE.bazel.lock | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index 343f5bb8276..da567799343 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -3208,7 +3208,7 @@ }, "@@rules_python~//python/private/pypi:pip.bzl%pip_internal": { "general": { - "bzlTransitiveDigest": "RHJK8s42XxRpo4TrIte8LNH2yE8E5p6lyuX7paKDHzM=", + "bzlTransitiveDigest": "coQNfswTT05AMhdkzpsaTNVvr5q442wiw20aHIKWoFg=", "usagesDigest": "Uu+eQolCXDoyIgvFjLDBDgjgBSkRuuldwUQnjKYjsz8=", "recordedFileInputs": { "@@rules_python~//tools/publish/requirements.txt": "031e35d03dde03ae6305fe4b3d1f58ad7bdad857379752deede0f93649991b8a", 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 \