diff --git a/poetry.lock b/poetry.lock index 399af34..4f48c42 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1727,13 +1727,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.30.6" +version = "0.32.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.30.6-py3-none-any.whl", hash = "sha256:65fd46fe3fda5bdc1b03b94eb634923ff18cd35b2f084813ea79d1f103f711b5"}, - {file = "uvicorn-0.30.6.tar.gz", hash = "sha256:4b15decdda1e72be08209e860a1e10e92439ad5b97cf44cc945fcbee66fc5788"}, + {file = "uvicorn-0.32.0-py3-none-any.whl", hash = "sha256:60b8f3a5ac027dcd31448f411ced12b5ef452c646f76f02f8cc3f25d8d26fd82"}, + {file = "uvicorn-0.32.0.tar.gz", hash = "sha256:f78b36b143c16f54ccdb8190d0a26b5f1901fe5a3c777e1ab29f26391af8551e"}, ] [package.dependencies] @@ -2064,4 +2064,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "f6d95459ce6c7455c35c1123da46c49ecc7ef6568c5d40f2b2a5885344121a79" +content-hash = "a63d2cbbf7282fef11865a2d2b27c7f9dbaa38d2598e2cbc4b4c9d34de5abbf7" diff --git a/pyproject.toml b/pyproject.toml index db53ba1..578e91b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ python = "^3.12" # used for UploadFile python-multipart = "0.0.10" requests = "2.32.3" -uvicorn = {version = "0.30.6", extras = ["standard"]} +uvicorn = {version = "0.32.0", extras = ["standard"]} [tool.poetry.group.dev.dependencies] black = "24.10.0"