From fdf608da02be1ec7a52d01a6b0c854fece83d4a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 05:37:31 +0000 Subject: [PATCH] Update charset-normalizer requirement from >=3.3.2 to >=3.4.7 Updates the requirements on [charset-normalizer](https://github.com/jawah/charset_normalizer) to permit the latest version. - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/jawah/charset_normalizer/compare/3.3.2...3.4.7) --- updated-dependencies: - dependency-name: charset-normalizer dependency-version: 3.4.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 21a3ef87..f0c32ebe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ certifi>=2024.2.2 idna>=3.7 -charset-normalizer>=3.3.2 +charset-normalizer>=3.4.7 asgiref>=3.8.0