diff --git a/poetry.lock b/poetry.lock index c42697c..93e61a0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1030,13 +1030,13 @@ files = [ [[package]] name = "uvicorn" -version = "0.30.0" +version = "0.30.1" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.30.0-py3-none-any.whl", hash = "sha256:78fa0b5f56abb8562024a59041caeb555c86e48d0efdd23c3fe7de7a4075bdab"}, - {file = "uvicorn-0.30.0.tar.gz", hash = "sha256:f678dec4fa3a39706bbf49b9ec5fc40049d42418716cea52b53f07828a60aa37"}, + {file = "uvicorn-0.30.1-py3-none-any.whl", hash = "sha256:cd17daa7f3b9d7a24de3617820e634d0933b69eed8e33a516071174427238c81"}, + {file = "uvicorn-0.30.1.tar.gz", hash = "sha256:d46cd8e0fd80240baffbcd9ec1012a712938754afcf81bce56c024c1656aece8"}, ] [package.dependencies] @@ -1274,4 +1274,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "11101a394287fa9286ceed26f1c5e30da913c1bd2d99edad376e8c8e35e62bb1" +content-hash = "b57d1b4f4f745ced869749f47f77169f26f33c527a2dededab578bf17d297f6a" diff --git a/pyproject.toml b/pyproject.toml index 87f1a72..91c50a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ pydantic = "2.7.4" redis = { extras = ["hiredis"], version = "5.0.7" } yarl = "1.9.4" msgspec = "0.18.6" -uvicorn = "0.30.0" +uvicorn = "0.30.1" starlette = "0.37.2" aiokafka = "0.11.0" aiorwlock = "1.4.0"