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