diff --git a/poetry.lock b/poetry.lock index 70c0ea95..7c67ce85 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2292,13 +2292,13 @@ test = ["pytest", "pytest-cov"] [[package]] name = "starlette" -version = "0.34.0" +version = "0.36.2" description = "The little ASGI library that shines." optional = false python-versions = ">=3.8" files = [ - {file = "starlette-0.34.0-py3-none-any.whl", hash = "sha256:2e14ee943f2df59eb8c141326240ce601643f1a97b577db44634f6d05d368c37"}, - {file = "starlette-0.34.0.tar.gz", hash = "sha256:ed050aaf3896945bfaae93bdf337e53ef3f29115a9d9c153e402985115cd9c8e"}, + {file = "starlette-0.36.2-py3-none-any.whl", hash = "sha256:e53e086e620ba715f0c187daca92927b722484d148e70921f0de075936119536"}, + {file = "starlette-0.36.2.tar.gz", hash = "sha256:4134757b950f027c8f16028ec81787751bb44145df17c8b0fa84087b9851b42d"}, ] [package.dependencies] @@ -2306,7 +2306,7 @@ anyio = ">=3.4.0,<5" typing-extensions = {version = ">=3.10.0", markers = "python_version < \"3.10\""} [package.extras] -full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart", "pyyaml"] +full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.7)", "pyyaml"] [[package]] name = "strict-rfc3339" @@ -2533,4 +2533,4 @@ starlette = ["aioitertools", "starlette"] [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "bea92fa6d46b6f60220cad52e9ff6dbe8dd493e75011174f073d99491777d803" +content-hash = "1f2f2c131d858c1ff6c45df9d2270b974f6a326bf6ff80dfe9d58fb68e033698" diff --git a/pyproject.toml b/pyproject.toml index 5cf6c021..faa30674 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,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.35.0", optional = true} +starlette = {version = ">=0.26.1,<0.37.0", optional = true} isodate = "*" more-itertools = "*" parse = "*" @@ -98,7 +98,7 @@ pytest-flake8 = "*" pytest-cov = "*" python-multipart = "*" responses = "*" -starlette = ">=0.26.1,<0.35.0" +starlette = ">=0.26.1,<0.37.0" strict-rfc3339 = "^0.7" webob = "*" mypy = "^1.2"