diff --git a/pyproject.toml b/pyproject.toml index 80e7340..f75cccd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "httpx~=0.27.0", "beautifulsoup4~=4.12.3", "tzdata~=2024.2", - "uvicorn[standard]~=0.31.0", + "uvicorn[standard]~=0.32.0", ] [tool.uv] diff --git a/requirements.txt b/requirements.txt index ac24350..74122d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ jinja2~=3.1.4 httpx~=0.27.2 beautifulsoup4~=4.12.3 tzdata~=2024.2 -uvicorn[standard]~=0.31.1 +uvicorn[standard]~=0.32.0