From 1399941c0b8f6451229fc9a216fd4749788ba2c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 09:54:24 +0000 Subject: [PATCH] chore(deps): update dependency charset-normalizer to v3.4.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5477cbe..2427532 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ async-timeout==4.0.3; python_full_version <= '3.11.2' bottle==0.13.1 certifi==2024.8.30; python_version >= '3.6' -charset-normalizer==3.3.2; python_full_version >= '3.7.0' +charset-normalizer==3.4.0; python_full_version >= '3.7.0' idna==3.10; python_version >= '3.5' jinja2==3.1.4; python_version >= '3.7' markupsafe==3.0.1; python_version >= '3.7'