diff --git a/poetry.lock b/poetry.lock index 5536a6e..ccffa2e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1853,13 +1853,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] @@ -1914,4 +1914,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "3c341ef057e2487e6fc4ecbb5bcff8f4998420f6ee6612968355ad7653cd5973" +content-hash = "c0b3af1fd73831fb307fea0043ff2d7c6f753b03d629a3136b693a7d156c756d" diff --git a/pyproject.toml b/pyproject.toml index 10bd597..3e71cb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ faster-whisper = "^1.0.1" validators = "^0.34.0" boto3 = "^1.35.10" fastapi = "^0.115.0" -uvicorn = "^0.30.6" +uvicorn = "^0.32.0" [tool.poetry.group.dev.dependencies] moto = "^5.0.13"