From 3bca32abf462ef51df7c93ba36259e2991531931 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 09:34:15 +0000 Subject: [PATCH] chore(deps): update dependency charset-normalizer to v3.4.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1f667b7..09baf34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ async-timeout==5.0.1; python_full_version <= '3.11.2' bottle==0.13.2 certifi==2024.8.30; python_version >= '3.6' -charset-normalizer==3.4.0; python_full_version >= '3.7.0' +charset-normalizer==3.4.1; python_full_version >= '3.7.0' idna==3.10; python_version >= '3.5' jinja2==3.1.4; python_version >= '3.7' markupsafe==3.0.2; python_version >= '3.7'