diff --git a/python/poetry.lock b/python/poetry.lock index bb2b8507..adc6480b 100644 --- a/python/poetry.lock +++ b/python/poetry.lock @@ -1851,14 +1851,14 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.19.0" +version = "0.20.0" description = "The lightning-fast ASGI server." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "uvicorn-0.19.0-py3-none-any.whl", hash = "sha256:cc277f7e73435748e69e075a721841f7c4a95dba06d12a72fe9874acced16f6f"}, - {file = "uvicorn-0.19.0.tar.gz", hash = "sha256:cf538f3018536edb1f4a826311137ab4944ed741d52aeb98846f52215de57f25"}, + {file = "uvicorn-0.20.0-py3-none-any.whl", hash = "sha256:c3ed1598a5668208723f2bb49336f4509424ad198d6ab2615b7783db58d919fd"}, + {file = "uvicorn-0.20.0.tar.gz", hash = "sha256:a4e12017b940247f836bc90b72e725d7dfd0c8ed1c51eb365f5ba30d9f5127d8"}, ] [package.dependencies] @@ -1866,7 +1866,7 @@ click = ">=7.0" h11 = ">=0.8" [package.extras] -standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)", "watchfiles (>=0.13)", "websockets (>=10.0)"] +standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)", "watchfiles (>=0.13)", "websockets (>=10.4)"] [[package]] name = "watchdog" @@ -2179,4 +2179,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "dacb9aea9a56d52e206a5f9c3bf82ac1520583f5ce1ed53d6e94a020b8c9bff3" +content-hash = "68dcedf263dd15c5fdc1d83112a4ff106aeb22d44e9afdee512ed4058418c38c" diff --git a/python/pyproject.toml b/python/pyproject.toml index 99162a90..11abf141 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -13,7 +13,7 @@ msgpack = "^1.0.4" bech32 = "^1.2.0" ecdsa = "^0.18.0" apispec = "^6.0.2" -uvicorn = "^0.19.0" +uvicorn = "^0.20.0" aiohttp = "^3.8.3" cosmpy = "^0.9.1" websockets = "^10.4"