diff --git a/poetry.lock b/poetry.lock index 49e71e0..5701bf6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1211,13 +1211,13 @@ files = [ [[package]] name = "starlette" -version = "0.40.0" +version = "0.41.3" description = "The little ASGI library that shines." optional = false python-versions = ">=3.8" files = [ - {file = "starlette-0.40.0-py3-none-any.whl", hash = "sha256:c494a22fae73805376ea6bf88439783ecfba9aac88a43911b48c653437e784c4"}, - {file = "starlette-0.40.0.tar.gz", hash = "sha256:1a3139688fb298ce5e2d661d37046a66ad996ce94be4d4983be019a23a04ea35"}, + {file = "starlette-0.41.3-py3-none-any.whl", hash = "sha256:44cedb2b7c77a9de33a8b74b2b90e9f50d11fcf25d8270ea525ad71a25374ff7"}, + {file = "starlette-0.41.3.tar.gz", hash = "sha256:0e4ab3d16522a255be6b28260b938eae2482f98ce5cc934cb08dce8dc3ba5835"}, ] [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 = "dfa0bc5953436e53029be8cc4252af92940fdcadfcc8f3832d30cb7f3519d2a7" +content-hash = "4f5aad08cfd0b57b788d4d2e37f29806cbe0f791956129aa652e9590b5b66e57" diff --git a/pyproject.toml b/pyproject.toml index 8bc8f0a..3412eef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ coverage = "^7.6" pytest-httpbin = "^2.1.0" pytest-randomly = "^3.15.0" requests = "^2.32.3" -starlette = "^0.40.0" +starlette = "^0.41.3" 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" }