diff --git a/poetry.lock b/poetry.lock index 4dca5f0..ab96047 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1003,13 +1003,13 @@ dev = ["colorama", "loguru", "mypy", "pre-commit", "rich"] [[package]] name = "starlette" -version = "0.41.2" +version = "0.41.3" description = "The little ASGI library that shines." optional = false python-versions = ">=3.8" files = [ - {file = "starlette-0.41.2-py3-none-any.whl", hash = "sha256:fbc189474b4731cf30fcef52f18a8d070e3f3b46c6a04c97579e85e6ffca942d"}, - {file = "starlette-0.41.2.tar.gz", hash = "sha256:9834fd799d1a87fd346deb76158668cfa0b0d56f85caefe8268e2d97c3468b62"}, + {file = "starlette-0.41.3-py3-none-any.whl", hash = "sha256:44cedb2b7c77a9de33a8b74b2b90e9f50d11fcf25d8270ea525ad71a25374ff7"}, + {file = "starlette-0.41.3.tar.gz", hash = "sha256:0e4ab3d16522a255be6b28260b938eae2482f98ce5cc934cb08dce8dc3ba5835"}, ] [package.dependencies] @@ -1279,4 +1279,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "01a49bd6ab68d0681c36b8b296a18044635adfc34a1b047820660762baa0a768" +content-hash = "4a136c1d7ee675a24ee977dc8492567e9d3250c29ad114876ee43bf6c1ab782a" diff --git a/pyproject.toml b/pyproject.toml index 76efa74..b661588 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ redis = { extras = ["hiredis"], version = "5.2.0" } yarl = "1.17.0" msgspec = "0.18.6" uvicorn = "0.32.0" -starlette = "0.41.2" +starlette = "0.41.3" aiorwlock = "1.4.0" asyncmy = "0.2.9" asyncpg = "0.29.0"