diff --git a/poetry.lock b/poetry.lock index f9c1bbf..1cc0e3b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -896,13 +896,13 @@ dev = ["colorama", "loguru", "mypy", "pre-commit", "rich"] [[package]] name = "starlette" -version = "0.40.0" +version = "0.41.0" description = "The little ASGI library that shines." optional = false python-versions = ">=3.8" files = [ - {file = "starlette-0.40.0-py3-none-any.whl", hash = "sha256:c494a22fae73805376ea6bf88439783ecfba9aac88a43911b48c653437e784c4"}, - {file = "starlette-0.40.0.tar.gz", hash = "sha256:1a3139688fb298ce5e2d661d37046a66ad996ce94be4d4983be019a23a04ea35"}, + {file = "starlette-0.41.0-py3-none-any.whl", hash = "sha256:a0193a3c413ebc9c78bff1c3546a45bb8c8bcb4a84cae8747d650a65bd37210a"}, + {file = "starlette-0.41.0.tar.gz", hash = "sha256:39cbd8768b107d68bfe1ff1672b38a2c38b49777de46d2a592841d58e3bf7c2a"}, ] [package.dependencies] @@ -1181,4 +1181,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "004662bb370deed92d5b01027b895dc3a917c5b5154063341778b02590004cdc" +content-hash = "e6cba688011f3d0c013f0900f88d4ab679ee3cd3cca2d4bba483fcf28d045e61" diff --git a/pyproject.toml b/pyproject.toml index 90268e5..ac50e2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ redis = { extras = ["hiredis"], version = "5.1.1" } yarl = "1.13.1" msgspec = "0.18.6" uvicorn = "0.32.0" -starlette = "0.40.0" +starlette = "0.41.0" aiorwlock = "1.4.0" asyncmy = "0.2.9" asyncpg = "0.29.0"