diff --git a/poetry.lock b/poetry.lock index 61e3c5b..11ffa9c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -906,13 +906,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.23.2" +version = "0.24.0" 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-py3-none-any.whl", hash = "sha256:3d19f13dfd2c2af1bfe34dd0f7155118ce689425fdf931177abe832ca44b8a04"}, + {file = "uvicorn-0.24.0.tar.gz", hash = "sha256:368d5d81520a51be96431845169c225d771c9dd22a58613e1a181e6c4512ac33"}, ] [package.dependencies] @@ -1164,4 +1164,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "939a371df3b2147c6a306b152b4f7011fc0663defba72c79085f705b0eaeef9c" +content-hash = "5a10f872bd2b47a1d5bfc18c5357dd1cf14e5b80c510eeece7b995d08699b934" diff --git a/pyproject.toml b/pyproject.toml index 9af91c3..236f435 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ discord-webhook = "^1.3.0" python-multipart = "^0.0.6" python-dotenv = "^1.0.0" Jinja2 = "^3.1.2" -uvicorn = { extras = ["standard"], version = "^0.23.0" } +uvicorn = { extras = ["standard"], version = "^0.24.0" } [tool.poetry.group.dev.dependencies] httpx = "^0.25.0"