diff --git a/poetry.lock b/poetry.lock index ae9cdc5..7a41b87 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2025,14 +2025,14 @@ files = [ [[package]] name = "starlette" -version = "0.26.1" +version = "0.27.0" description = "The little ASGI library that shines." category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "starlette-0.26.1-py3-none-any.whl", hash = "sha256:e87fce5d7cbdde34b76f0ac69013fd9d190d581d80681493016666e6f96c6d5e"}, - {file = "starlette-0.26.1.tar.gz", hash = "sha256:41da799057ea8620e4667a3e69a5b1923ebd32b1819c8fa75634bbe8d8bea9bd"}, + {file = "starlette-0.27.0-py3-none-any.whl", hash = "sha256:918416370e846586541235ccd38a474c08b80443ed31c578a418e2209b3eef91"}, + {file = "starlette-0.27.0.tar.gz", hash = "sha256:6a6b0d042acb8d469a01eba54e9cda6cbd24ac602c4cd016723117d6a7e73b75"}, ] [package.dependencies] @@ -2252,4 +2252,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "44993e6665ae87f28a270f4bb571a53b7401ad05247101129c55f8483ce35eaa" +content-hash = "933052eba2a4f0abe149949442e54e3948475b7c84767d137fbc4df1e6203fdd" diff --git a/pyproject.toml b/pyproject.toml index ef0fce2..f7622cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ nox = "^2022.8.7" nox-poetry = "^1.0.0" bump2version = "^1.0.1" pytest-xdist = "^2.5.0" -starlette = ">=0.20.4,<0.27.0" +starlette = ">=0.20.4,<0.28.0" pytest-asyncio = "^0.19.0" flake8-docstrings = "^1.6.0"