diff --git a/poetry.lock b/poetry.lock index b8b2dab..7c993b7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1211,13 +1211,13 @@ files = [ [[package]] name = "starlette" -version = "0.38.4" +version = "0.38.5" description = "The little ASGI library that shines." optional = false python-versions = ">=3.8" files = [ - {file = "starlette-0.38.4-py3-none-any.whl", hash = "sha256:526f53a77f0e43b85f583438aee1a940fd84f8fd610353e8b0c1a77ad8a87e76"}, - {file = "starlette-0.38.4.tar.gz", hash = "sha256:53a7439060304a208fea17ed407e998f46da5e5d9b1addfea3040094512a6379"}, + {file = "starlette-0.38.5-py3-none-any.whl", hash = "sha256:632f420a9d13e3ee2a6f18f437b0a9f1faecb0bc42e1942aa2ea0e379a4c4206"}, + {file = "starlette-0.38.5.tar.gz", hash = "sha256:04a92830a9b6eb1442c766199d62260c3d4dc9c4f9188360626b1e0273cb7077"}, ] [package.dependencies] @@ -1301,4 +1301,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "f0fb6b56b9daf16366ec5bb22a6c66335c92f0dbee35f1b19e72ff98b8e37902" +content-hash = "29419d27cedd3340d196f82b376b6e63b9b6460664b8857ab8c1dd1e187bb2ec" diff --git a/pyproject.toml b/pyproject.toml index 68b5f61..3c37c67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ coverage = "^7.6" pytest-httpbin = "^2.0.0" pytest-randomly = "^3.15.0" requests = "^2.32.3" -starlette = "^0.38.4" +starlette = "^0.38.5" httpx = "^0.27.2" # Waiting for new release. See https://github.com/psf/httpbin/issues/35 httpbin = { git = "https://github.com/psf/httpbin.git", rev = "1f6e0498" }