diff --git a/poetry.lock b/poetry.lock index 7ec4489..2390358 100644 --- a/poetry.lock +++ b/poetry.lock @@ -809,14 +809,14 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.22.0" +version = "0.23.0" description = "The lightning-fast ASGI server." category = "main" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "uvicorn-0.22.0-py3-none-any.whl", hash = "sha256:e9434d3bbf05f310e762147f769c9f21235ee118ba2d2bf1155a7196448bd996"}, - {file = "uvicorn-0.22.0.tar.gz", hash = "sha256:79277ae03db57ce7d9aa0567830bbb51d7a612f54d6e1e3e92da3ef24c2c8ed8"}, + {file = "uvicorn-0.23.0-py3-none-any.whl", hash = "sha256:479599b2c0bb1b9b394c6d43901a1eb0c1ec72c7d237b5bafea23c5b2d4cdf10"}, + {file = "uvicorn-0.23.0.tar.gz", hash = "sha256:d38ab90c0e2c6fe3a054cddeb962cfd5d0e0e6608eaaff4a01d5c36a67f3168c"}, ] [package.dependencies] @@ -996,4 +996,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "04a8cf2758bc4e55e4746e44f1d5fa140dc7ada2394a6f6c9cf67c735cb11d60" +content-hash = "28669bfb8e45e55be3702f05e161c7877499ef6bcd73d119e801cfb9c2cdef01" diff --git a/pyproject.toml b/pyproject.toml index 549b2f5..63421d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ discord-webhook = "^1.0.0" python-multipart = "^0.0.6" python-dotenv = "^1.0.0" Jinja2 = "^3.1.2" -uvicorn = {extras = ["standard"], version = "^0.22.0"} +uvicorn = {extras = ["standard"], version = "^0.23.0"} jinja2 = "^3.1.2" [tool.poetry.group.dev.dependencies]