diff --git a/poetry.lock b/poetry.lock index ed75631..b326a01 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1190,13 +1190,13 @@ files = [ [[package]] name = "starlette" -version = "0.37.1" +version = "0.37.2" description = "The little ASGI library that shines." optional = false python-versions = ">=3.8" files = [ - {file = "starlette-0.37.1-py3-none-any.whl", hash = "sha256:92a816002d4e8c552477b089520e3085bb632e854eb32cef99acb6f6f7830b69"}, - {file = "starlette-0.37.1.tar.gz", hash = "sha256:345cfd562236b557e76a045715ac66fdc355a1e7e617b087834a76a87dcc6533"}, + {file = "starlette-0.37.2-py3-none-any.whl", hash = "sha256:6fe59f29268538e5d0d182f2791a479a0c64638e6935d1c6989e63fb2699c6ee"}, + {file = "starlette-0.37.2.tar.gz", hash = "sha256:9af890290133b79fc3db55474ade20f6220a364a0402e0b556e7cd5e1e093823"}, ] [package.dependencies] @@ -1279,4 +1279,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "8019470e9130bca6c78119bdb4d3f9fa11ff6384d7df9feed87b702a542c4a1d" +content-hash = "92428189aeeea8097982553d31e779a2b121f6674360d9378c70d3c4fc317f4c" diff --git a/pyproject.toml b/pyproject.toml index c132f39..96d368f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ coverage = "^7.4" pytest-httpbin = "^2.0.0" pytest-randomly = "^3.15.0" requests = "^2.26.0" -starlette = "^0.37.1" +starlette = "^0.37.2" httpx = "^0.27.0" # Waiting for new release. See https://github.com/psf/httpbin/issues/35 httpbin = { git = "https://github.com/psf/httpbin.git", rev = "1f6e0498" }