diff --git a/poetry.lock b/poetry.lock index ec14c66..8b5e497 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1209,13 +1209,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.27.0.post1" +version = "0.29.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.27.0.post1-py3-none-any.whl", hash = "sha256:4b85ba02b8a20429b9b205d015cbeb788a12da527f731811b643fd739ef90d5f"}, - {file = "uvicorn-0.27.0.post1.tar.gz", hash = "sha256:54898fcd80c13ff1cd28bf77b04ec9dbd8ff60c5259b499b4b12bb0917f22907"}, + {file = "uvicorn-0.29.0-py3-none-any.whl", hash = "sha256:2c2aac7ff4f4365c206fd773a39bf4ebd1047c238f8b8268ad996829323473de"}, + {file = "uvicorn-0.29.0.tar.gz", hash = "sha256:6a69214c0b6a087462412670b3ef21224fa48cae0e452b5883e8e8bdfdd11dd0"}, ] [package.dependencies] @@ -1507,4 +1507,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "298120226677167defa9476d65d6cf4b9924a19599551a6e69d981e3d279738e" +content-hash = "256cf77d53ebb660d01bf886cd037c05591652645410df1c7d35db7a5789c3cb" diff --git a/pyproject.toml b/pyproject.toml index b91e437..4667950 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.10" jinja2 = "^3.1.3" -uvicorn = {extras = ["standard"], version = "^0.27.0"} +uvicorn = {extras = ["standard"], version = "^0.29.0"} rich = "^13.7.0" rich-click = "^1.7.3"