diff --git a/poetry.lock b/poetry.lock index 9e2238b..a128a14 100644 --- a/poetry.lock +++ b/poetry.lock @@ -985,14 +985,14 @@ files = [ [[package]] name = "uvicorn" -version = "0.29.0" +version = "0.32.0" description = "The lightning-fast ASGI server." category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.29.0-py3-none-any.whl", hash = "sha256:2c2aac7ff4f4365c206fd773a39bf4ebd1047c238f8b8268ad996829323473de"}, - {file = "uvicorn-0.29.0.tar.gz", hash = "sha256:6a69214c0b6a087462412670b3ef21224fa48cae0e452b5883e8e8bdfdd11dd0"}, + {file = "uvicorn-0.32.0-py3-none-any.whl", hash = "sha256:60b8f3a5ac027dcd31448f411ced12b5ef452c646f76f02f8cc3f25d8d26fd82"}, + {file = "uvicorn-0.32.0.tar.gz", hash = "sha256:f78b36b143c16f54ccdb8190d0a26b5f1901fe5a3c777e1ab29f26391af8551e"}, ] [package.dependencies] @@ -1227,4 +1227,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "609de8b99aac83c4a212004b1826d1bf3a7c644d3c6ff7e0e5597973cdb025c8" +content-hash = "bbe92e4a7aee97421cc5c7971d03dbee111adeb1445c605934630018c68aa2aa" diff --git a/pyproject.toml b/pyproject.toml index 2431f6e..3a74877 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ packages = [] python = "^3.11" fastapi = "^0.111.0" psycopg2-binary = "^2.9.9" -uvicorn = "^0.29.0" +uvicorn = "^0.32.0" pytest = "^8.1.1" httpx = "^0.27.0"