diff --git a/poetry.lock b/poetry.lock index 61ecd56..afdac48 100644 --- a/poetry.lock +++ b/poetry.lock @@ -987,13 +987,13 @@ files = [ [[package]] name = "starlette" -version = "0.33.0" +version = "0.34.0" description = "The little ASGI library that shines." optional = false python-versions = ">=3.8" files = [ - {file = "starlette-0.33.0-py3-none-any.whl", hash = "sha256:6d492f0f7dfb2dd646ac7d80444af4989cd5c5c78f622fac99e39a66c3e01f06"}, - {file = "starlette-0.33.0.tar.gz", hash = "sha256:8c21f9592451b2016300c5bbc54b181063367b62720a4048656c070319238897"}, + {file = "starlette-0.34.0-py3-none-any.whl", hash = "sha256:2e14ee943f2df59eb8c141326240ce601643f1a97b577db44634f6d05d368c37"}, + {file = "starlette-0.34.0.tar.gz", hash = "sha256:ed050aaf3896945bfaae93bdf337e53ef3f29115a9d9c153e402985115cd9c8e"}, ] [package.dependencies] @@ -1270,4 +1270,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "089a2befa0ba1c17f648709dc961524e9fb7c8f3c5aa0cbd0527c32e16566513" +content-hash = "f1990197a2c552ddfff31dad7c07deaa80bf49b7b1c66921a19b2fe369e1d613" diff --git a/pyproject.toml b/pyproject.toml index f532a44..df3333b 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.5" uvicorn = "0.24.0.post1" -starlette = "0.33.0" +starlette = "0.34.0" aiokafka = "0.10.0" aiorwlock = "1.3.0" asyncpg = "0.29.0"