From f3199ef7682fddee07c04cc5a1cd4c4ea42caad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 15:33:37 +0000 Subject: [PATCH] Bump charset-normalizer from 3.3.2 to 3.4.1 in /server Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer) from 3.3.2 to 3.4.1. - [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.1) --- updated-dependencies: - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index e616e75..867fce4 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -10,7 +10,7 @@ certifi==2024.8.30 cffi==1.16.0 channels==4.1.0 channels-redis==4.2.0 -charset-normalizer==3.3.2 +charset-normalizer==3.4.1 click==8.1.7 colorama==0.4.6 constantly==23.10.4