diff --git a/pyproject.toml b/pyproject.toml index 09b8c61..29b3362 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "apscheduler>=3.10.4", "certifi==2024.8.30", "charset-normalizer==3.3.2", - "h11==0.14.0", + "h11==0.16.0", "httpcore==1.0.5", "httpx==0.27.2", "idna==3.10", diff --git a/requirements.txt b/requirements.txt index 271411f..5ae6321 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ anyio==4.4.0 certifi==2024.8.30 charset-normalizer==3.3.2 -h11==0.14.0 +h11==0.16.0 httpcore==1.0.5 httpx==0.27.2 idna==3.10