diff --git a/poetry.lock b/poetry.lock index 9cfdb5cb..fff33377 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2500,13 +2500,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] @@ -2873,4 +2873,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "6ceadd613b9478494c98feed0aea7dbcfc78c014430d8bdfef0c04ce883bb8ee" +content-hash = "27fdd4ca7af5b191c258af7cee9050c03f3ad551f6bbe14832a143cdfa6cedd3" diff --git a/pyproject.toml b/pyproject.toml index 3a5fa0b9..9ecf3fa1 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"