diff --git a/poetry.lock b/poetry.lock index 812f424..467664c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -715,13 +715,13 @@ files = [ [[package]] name = "uvicorn" -version = "0.29.0" +version = "0.30.1" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.29.0-py3-none-any.whl", hash = "sha256:2c2aac7ff4f4365c206fd773a39bf4ebd1047c238f8b8268ad996829323473de"}, - {file = "uvicorn-0.29.0.tar.gz", hash = "sha256:6a69214c0b6a087462412670b3ef21224fa48cae0e452b5883e8e8bdfdd11dd0"}, + {file = "uvicorn-0.30.1-py3-none-any.whl", hash = "sha256:cd17daa7f3b9d7a24de3617820e634d0933b69eed8e33a516071174427238c81"}, + {file = "uvicorn-0.30.1.tar.gz", hash = "sha256:d46cd8e0fd80240baffbcd9ec1012a712938754afcf81bce56c024c1656aece8"}, ] [package.dependencies] @@ -967,4 +967,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "093b5820ea0fb3d22ed74051603ebecb97e696a13d412f9d888f3afbfca07f86" +content-hash = "f5cefa1596bd50d1362749337abe0da685a2e7c6ea3a861121ff0a17ecb029c0" diff --git a/pyproject.toml b/pyproject.toml index bef2c32..2a29067 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ loguru = "^0.7.2" pillow = "^10.3.0" starlette = "^0.37.2" typer = "^0.12.2" -uvicorn = {extras = ["standard"], version = "^0.29.0"} +uvicorn = {extras = ["standard"], version = "^0.30.1"} [tool.poetry.dev-dependencies] pyright = "*"