diff --git a/poetry.lock b/poetry.lock index 4920e52..9bd572e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1960,13 +1960,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.22.0" +version = "0.30.3" description = "The lightning-fast ASGI server." 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.30.3-py3-none-any.whl", hash = "sha256:94a3608da0e530cea8f69683aa4126364ac18e3826b6630d1a65f4638aade503"}, + {file = "uvicorn-0.30.3.tar.gz", hash = "sha256:0d114d0831ff1adbf231d358cbf42f17333413042552a624ea6a9b4c33dcfd81"}, ] [package.dependencies] @@ -2322,4 +2322,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "7f8ad4e98c6fb6a7cb75623ce3825821da7bbe4a6d0d474f9edbeca1e8f431c6" +content-hash = "727c5f37dc7a09e45c6c087f666a1b140293adeddca71d9e726e7ef79f778269" diff --git a/pyproject.toml b/pyproject.toml index ef80bad..985cc9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ ruamel-yaml = "*" peewee = "*" datetime = "*" fastapi = "0.96.0" -uvicorn ={version="0.22.0", extras = ["standard"]} +uvicorn ={version="0.30.3", extras = ["standard"]} munch = "^4.0.0" psycopg2-binary = "^2.9.7" pythonseer = {git = "https://github.com/jelloeater/pythonseer"}