diff --git a/poetry.lock b/poetry.lock index c7563a61..61152e68 100644 --- a/poetry.lock +++ b/poetry.lock @@ -959,13 +959,13 @@ files = [ [[package]] name = "uvicorn" -version = "0.26.0" +version = "0.27.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.26.0-py3-none-any.whl", hash = "sha256:cdb58ef6b8188c6c174994b2b1ba2150a9a8ae7ea5fb2f1b856b94a815d6071d"}, - {file = "uvicorn-0.26.0.tar.gz", hash = "sha256:48bfd350fce3c5c57af5fb4995fded8fb50da3b4feb543eb18ad7e0d54589602"}, + {file = "uvicorn-0.27.0-py3-none-any.whl", hash = "sha256:890b00f6c537d58695d3bb1f28e23db9d9e7a17cbcc76d7457c499935f933e24"}, + {file = "uvicorn-0.27.0.tar.gz", hash = "sha256:c855578045d45625fd027367f7653d249f7c49f9361ba15cf9624186b26b8eb6"}, ] [package.dependencies] @@ -994,4 +994,4 @@ pydantic = ">=2.0,<3.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "ee632d8525c343263fea432aba4b4f4e6a3de1403e4dec6f24a8729905b40f92" +content-hash = "67abce120b1a357988c04df7a05652ccd978c8718608de188adec9613d1a701f" diff --git a/pyproject.toml b/pyproject.toml index e6075a1b..a44a0c89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ splunk-sdk = { version= "^1.7", python = "<3.12" } bcrypt = "^4.0" whist-core = "^0.9" python-multipart = "^0.0.6" -uvicorn = ">=0.23,<0.27" +uvicorn = ">=0.23,<0.28" [tool.poetry.group.dev.dependencies] pytest = "^7.4"