diff --git a/poetry.lock b/poetry.lock index 56806ab..58019fb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -996,13 +996,13 @@ files = [ [[package]] name = "starlette" -version = "0.31.1" +version = "0.32.0.post1" description = "The little ASGI library that shines." optional = false python-versions = ">=3.8" files = [ - {file = "starlette-0.31.1-py3-none-any.whl", hash = "sha256:009fb98ecd551a55017d204f033c58b13abcd4719cb5c41503abbf6d260fde11"}, - {file = "starlette-0.31.1.tar.gz", hash = "sha256:a4dc2a3448fb059000868d7eb774dd71229261b6d49b6851e7849bec69c0a011"}, + {file = "starlette-0.32.0.post1-py3-none-any.whl", hash = "sha256:cd0cb10ddb49313f609cedfac62c8c12e56c7314b66d89bb077ba228bada1b09"}, + {file = "starlette-0.32.0.post1.tar.gz", hash = "sha256:e54e2b7e2fb06dff9eac40133583f10dfa05913f5a85bf26f427c7a40a9a3d02"}, ] [package.dependencies] @@ -1263,4 +1263,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5f8411e4b1a1c23168f3ec6e7d3f58527bb491f86873d5300c6f835201aa007d" +content-hash = "88a778fd697bb17d8489e8b8c1a6c04e3b982c8739b4d40de828f9b8b8fde038" diff --git a/pyproject.toml b/pyproject.toml index a0c1430..b0c9ed8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ redis = { extras = ["hiredis"], version = "5.0.1" } yarl = "1.9.2" msgspec = "0.18.4" uvicorn = "0.23.2" -starlette = "0.31.1" +starlette = "0.32.0.post1" aiokafka = "0.8.1" aiorwlock = "1.3.0" asyncpg = "0.29.0"