From 1cc90fbb178f6e8a32ad3664c4a39c4bb328d163 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 16:55:56 +0000 Subject: [PATCH] chore(deps): update dependency charset-normalizer to v3.4.4 --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 66f1288..19325b5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ certifi==2024.8.30 ; python_version >= "3.11" and python_version < "3.13" -charset-normalizer==3.3.2 ; python_version >= "3.11" and python_version < "3.13" +charset-normalizer==3.4.4 ; python_version >= "3.11" and python_version < "3.13" colorama==0.4.6 ; python_version >= "3.11" and python_version < "3.13" and sys_platform == "win32" coverage[toml]==7.6.1 ; python_version >= "3.11" and python_version < "3.13" execnet==2.1.1 ; python_version >= "3.11" and python_version < "3.13" diff --git a/requirements.txt b/requirements.txt index 11ecb7a..a1ab56b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ certifi==2024.12.14 # via requests cffi==1.17.1 # via cryptography -charset-normalizer==3.4.1 +charset-normalizer==3.4.4 # via requests click==8.1.8 # via uvicorn