From a9bc3f67a54ba4916764e1b409c5504b71ea0d4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 02:42:31 +0800 Subject: [PATCH] build(deps): update dependency uvicorn to v0.27.0.post1 (#61) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 54181d0..fdaa04c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1052,13 +1052,13 @@ files = [ [[package]] name = "uvicorn" -version = "0.25.0" +version = "0.27.0.post1" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.8" files = [ - {file = "uvicorn-0.25.0-py3-none-any.whl", hash = "sha256:ce107f5d9bd02b4636001a77a4e74aab5e1e2b146868ebbad565237145af444c"}, - {file = "uvicorn-0.25.0.tar.gz", hash = "sha256:6dddbad1d7ee0f5140aba5ec138ddc9612c5109399903828b4874c9937f009c2"}, + {file = "uvicorn-0.27.0.post1-py3-none-any.whl", hash = "sha256:4b85ba02b8a20429b9b205d015cbeb788a12da527f731811b643fd739ef90d5f"}, + {file = "uvicorn-0.27.0.post1.tar.gz", hash = "sha256:54898fcd80c13ff1cd28bf77b04ec9dbd8ff60c5259b499b4b12bb0917f22907"}, ] [package.dependencies] @@ -1296,4 +1296,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "9266445a255415917ce511962aa7212cc0d1d32276b28632b9cadefae66f898d" +content-hash = "413a47fa58711e545375ad11cea860477df433fa2516b72ec28fe38e3d3b9036" diff --git a/pyproject.toml b/pyproject.toml index a76fead..3f40ada 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ pydantic = "2.5.3" redis = { extras = ["hiredis"], version = "5.0.1" } yarl = "1.9.4" msgspec = "0.18.6" -uvicorn = "0.25.0" +uvicorn = "0.27.0.post1" starlette = "0.36.2" aiokafka = "0.10.0" aiorwlock = "1.4.0"