diff --git a/poetry.lock b/poetry.lock index cb74b470..c8d064d3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2484,13 +2484,13 @@ files = [ [[package]] name = "uvicorn" -version = "0.23.2" +version = "0.24.0.post1" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.23.2-py3-none-any.whl", hash = "sha256:1f9be6558f01239d4fdf22ef8126c39cb1ad0addf76c40e760549d2c2f43ab53"}, - {file = "uvicorn-0.23.2.tar.gz", hash = "sha256:4d3cc12d7727ba72b64d12d3cc7743124074c0a69f7b201512fc50c3e3f1569a"}, + {file = "uvicorn-0.24.0.post1-py3-none-any.whl", hash = "sha256:7c84fea70c619d4a710153482c0d230929af7bcf76c7bfa6de151f0a3a80121e"}, + {file = "uvicorn-0.24.0.post1.tar.gz", hash = "sha256:09c8e5a79dc466bdf28dead50093957db184de356fcdc48697bad3bde4c2588e"}, ] [package.dependencies] @@ -2857,4 +2857,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "65c72942213d6b0615a99052e16873d5012977a5ab7ca8bf2d041d1facf6a741" +content-hash = "15b37fac3161d1bc1cb66baa1fc9e02b277bf5a2d45a071a531d661ab12719f8" diff --git a/pyproject.toml b/pyproject.toml index 668fef0d..cf200893 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ repository = "https://github.com/a3li/atciss" [tool.poetry.dependencies] python = "^3.10" fastapi = "^0.104" -uvicorn = {extras = ["standard"], version = "^0.23"} +uvicorn = {extras = ["standard"], version = "^0.24"} click = "^8.1" aiohttp = "^3.8.6" redis = "^4.5.6"