diff --git a/poetry.lock b/poetry.lock index 12ae0d3..a794d81 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1148,13 +1148,13 @@ files = [ [[package]] name = "starlette" -version = "0.29.0" +version = "0.32.0.post1" description = "The little ASGI library that shines." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "starlette-0.29.0-py3-none-any.whl", hash = "sha256:8814471c91ad98da5bec5792db16520a2a6d54b83e049dbc06a64c2019565081"}, - {file = "starlette-0.29.0.tar.gz", hash = "sha256:9bda894656cfa3806cef16c868e670385eb4e569703e6b92c7a853683360188e"}, + {file = "starlette-0.32.0.post1-py3-none-any.whl", hash = "sha256:cd0cb10ddb49313f609cedfac62c8c12e56c7314b66d89bb077ba228bada1b09"}, + {file = "starlette-0.32.0.post1.tar.gz", hash = "sha256:e54e2b7e2fb06dff9eac40133583f10dfa05913f5a85bf26f427c7a40a9a3d02"}, ] [package.dependencies] @@ -1309,4 +1309,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "bc44dcb4b05467210f96eac5d243f57026953e178c51d406a2684f8d3fd1f90d" +content-hash = "40a42a917e3ba31c5297f72dfd5788e85c35c8fb453cad42bdebef863aa76ceb" diff --git a/pyproject.toml b/pyproject.toml index fa528d0..2e6af1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ coverage = "^7.0" pytest-httpbin = "^2.0.0" pytest-randomly = "^3.5.0" requests = "^2.26.0" -starlette = "^0.29.0" +starlette = "^0.32.0" httpx = "^0.24.0" # See https://github.com/postmanlabs/httpbin/pull/674 httpbin = { git = "https://github.com/maximino-dev/httpbin.git", rev = "651c03a73" }