diff --git a/poetry.lock b/poetry.lock index 4920e52..106365c 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.5" 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.5-py3-none-any.whl", hash = "sha256:b2d86de274726e9878188fa07576c9ceeff90a839e2b6e25c917fe05f5a6c835"}, + {file = "uvicorn-0.30.5.tar.gz", hash = "sha256:ac6fdbd4425c5fd17a9fe39daf4d4d075da6fdc80f653e5894cdc2fd98752bee"}, ] [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 = "8a1cc6e80ddd8e7809a0972d540ac17b6b23a3be505abbe1fd5e3847d98ec116" diff --git a/pyproject.toml b/pyproject.toml index ef80bad..0dcea8a 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.5", extras = ["standard"]} munch = "^4.0.0" psycopg2-binary = "^2.9.7" pythonseer = {git = "https://github.com/jelloeater/pythonseer"}