From 720396c9adb885020a6e1a8a1ccb4ffd0a61e0e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 06:59:39 +0000 Subject: [PATCH] chore(deps): bump charset-normalizer from 3.3.2 to 3.4.0 in /backend Bumps [charset-normalizer](https://github.com/Ousret/charset_normalizer) from 3.3.2 to 3.4.0. - [Release notes](https://github.com/Ousret/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/Ousret/charset_normalizer/compare/3.3.2...3.4.0) --- updated-dependencies: - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 96596acb..42605c17 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ asgiref==3.8.1 autopep8==2.3.1 certifi==2024.8.30 -charset-normalizer==3.3.2 +charset-normalizer==3.4.0 Django==4.2.16 django-cors-headers==4.6.0 django-rest-passwordreset==1.4.2