diff --git a/poetry.lock b/poetry.lock index 7720dc38..f8543225 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2213,13 +2213,13 @@ test = ["pytest", "pytest-cov"] [[package]] name = "starlette" -version = "0.28.0" +version = "0.30.0" description = "The little ASGI library that shines." optional = true -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "starlette-0.28.0-py3-none-any.whl", hash = "sha256:e58b9fc402c579950260fbb6d57173395c4e62804c40d3ede7e9ef1074f0c579"}, - {file = "starlette-0.28.0.tar.gz", hash = "sha256:7bf3da5e997e796cc202cef2bd3f96a7d9b1e1943203c2fe2b42e020bc658482"}, + {file = "starlette-0.30.0-py3-none-any.whl", hash = "sha256:cb15a5dfbd8de70c999bd1ae4b7e1ba625d74520bc57b28cc4086c7969431f2d"}, + {file = "starlette-0.30.0.tar.gz", hash = "sha256:9cf6bd5f2fbc091c2f22701f9b7f7dfcbd304a567845cffbf89d706543fd2a03"}, ] [package.dependencies] @@ -2465,4 +2465,4 @@ starlette = ["starlette"] [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "f216458c87f32752dd8c0be8b8c01e65d120e02ee46ecb8e5182bc04fb2e5059" +content-hash = "1107100f8fd8cc05ddf2f4b97348cb3a8cc7127e20b1cb220d3c718d9fa27c86" diff --git a/pyproject.toml b/pyproject.toml index 55e0ce29..aa5fbc09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ django = {version = ">=3.0", optional = true} falcon = {version = ">=3.0", optional = true} flask = {version = "*", optional = true} aiohttp = {version = ">=3.0", optional = true} -starlette = {version = ">=0.26.1,<0.29.0", optional = true} +starlette = {version = ">=0.26.1,<0.31.0", optional = true} isodate = "*" more-itertools = "*" parse = "*"