diff --git a/poetry.lock b/poetry.lock index 09ae9e0..4441fbe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1481,14 +1481,14 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.22.0" +version = "0.23.0" description = "The lightning-fast ASGI server." category = "main" 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.23.0-py3-none-any.whl", hash = "sha256:479599b2c0bb1b9b394c6d43901a1eb0c1ec72c7d237b5bafea23c5b2d4cdf10"}, + {file = "uvicorn-0.23.0.tar.gz", hash = "sha256:d38ab90c0e2c6fe3a054cddeb962cfd5d0e0e6608eaaff4a01d5c36a67f3168c"}, ] [package.dependencies] @@ -1638,4 +1638,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "f76d71400948ff71003ce2346f6ed0ced19cfc365e1bd8ab33367ea3395ce270" +content-hash = "fabb49fdbf8431dc82426e05f9626afeab56295fa483e2d9d373837f96d7a79e" diff --git a/pyproject.toml b/pyproject.toml index 372af6d..c181035 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ ics = "0.8.0.dev0" python-dotenv = "^1.0.0" quart = "^0.18.4" requests-oauthlib = "^1.3.1" -uvicorn = "^0.22.0" +uvicorn = "^0.23.0" [tool.poetry.dev-dependencies] black = "^23.3.0"