diff --git a/poetry.lock b/poetry.lock index a7bd679..39df7dd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -722,14 +722,14 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "uvicorn" -version = "0.21.1" +version = "0.22.0" description = "The lightning-fast ASGI server." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "uvicorn-0.21.1-py3-none-any.whl", hash = "sha256:e47cac98a6da10cd41e6fd036d472c6f58ede6c5dbee3dbee3ef7a100ed97742"}, - {file = "uvicorn-0.21.1.tar.gz", hash = "sha256:0fac9cb342ba099e0d582966005f3fdba5b0290579fed4a6266dc702ca7bb032"}, + {file = "uvicorn-0.22.0-py3-none-any.whl", hash = "sha256:e9434d3bbf05f310e762147f769c9f21235ee118ba2d2bf1155a7196448bd996"}, + {file = "uvicorn-0.22.0.tar.gz", hash = "sha256:79277ae03db57ce7d9aa0567830bbb51d7a612f54d6e1e3e92da3ef24c2c8ed8"}, ] [package.dependencies] @@ -909,4 +909,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "38fd61611deb19398758838fea0738ced8878e3188b445fc6572cd4804da825a" +content-hash = "70370214f4871af700a754f5fc7167ec82822f47656e046ea4e87524a7cd932e" diff --git a/pyproject.toml b/pyproject.toml index a483f35..39a0252 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.21.0"} +uvicorn = {extras = ["standard"], version = "^0.22.0"} jinja2 = "^3.1.2" [tool.poetry.group.dev.dependencies]