From a1713fac838a4a6ea6d18bfc66d3095210a22afb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 02:17:15 +0800 Subject: [PATCH] build(deps): update dependency starlette to v0.36.2 [security] (#54) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index fdf0e33..54181d0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1013,20 +1013,20 @@ files = [ [[package]] name = "starlette" -version = "0.34.0" +version = "0.36.2" description = "The little ASGI library that shines." optional = false python-versions = ">=3.8" files = [ - {file = "starlette-0.34.0-py3-none-any.whl", hash = "sha256:2e14ee943f2df59eb8c141326240ce601643f1a97b577db44634f6d05d368c37"}, - {file = "starlette-0.34.0.tar.gz", hash = "sha256:ed050aaf3896945bfaae93bdf337e53ef3f29115a9d9c153e402985115cd9c8e"}, + {file = "starlette-0.36.2-py3-none-any.whl", hash = "sha256:e53e086e620ba715f0c187daca92927b722484d148e70921f0de075936119536"}, + {file = "starlette-0.36.2.tar.gz", hash = "sha256:4134757b950f027c8f16028ec81787751bb44145df17c8b0fa84087b9851b42d"}, ] [package.dependencies] anyio = ">=3.4.0,<5" [package.extras] -full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart", "pyyaml"] +full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.7)", "pyyaml"] [[package]] name = "tomli" @@ -1296,4 +1296,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "7e261f57db0dc661f5a439814684e506c86e44b4014a7d85d8a330d27b92ae93" +content-hash = "9266445a255415917ce511962aa7212cc0d1d32276b28632b9cadefae66f898d" diff --git a/pyproject.toml b/pyproject.toml index 49227fd..a76fead 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ redis = { extras = ["hiredis"], version = "5.0.1" } yarl = "1.9.4" msgspec = "0.18.6" uvicorn = "0.25.0" -starlette = "0.34.0" +starlette = "0.36.2" aiokafka = "0.10.0" aiorwlock = "1.4.0" asyncpg = "0.29.0"