From eb29992c3096fa89759304181a58e3960da704bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 07:13:42 -0400 Subject: [PATCH] chore(deps-dev): bump starlette from 0.38.5 to 0.39.0 (#376) Bumps [starlette](https://github.com/encode/starlette) from 0.38.5 to 0.39.0. - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.38.5...0.39.0) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 623840c..984a619 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1211,13 +1211,13 @@ files = [ [[package]] name = "starlette" -version = "0.38.5" +version = "0.39.0" description = "The little ASGI library that shines." optional = false python-versions = ">=3.8" files = [ - {file = "starlette-0.38.5-py3-none-any.whl", hash = "sha256:632f420a9d13e3ee2a6f18f437b0a9f1faecb0bc42e1942aa2ea0e379a4c4206"}, - {file = "starlette-0.38.5.tar.gz", hash = "sha256:04a92830a9b6eb1442c766199d62260c3d4dc9c4f9188360626b1e0273cb7077"}, + {file = "starlette-0.39.0-py3-none-any.whl", hash = "sha256:57164a38948018134537d31367fb46ef9be6050a8e955fb4990235960ed03f92"}, + {file = "starlette-0.39.0.tar.gz", hash = "sha256:b35acedae74e95967dd9c0a47b45f5803dcd8973d0d95c18c1abb184845ba42c"}, ] [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 = "16469127846590d4ea680b3e937db6058c9c53073952742fae4fb8b30e379a2e" +content-hash = "7a20ee70565706c74184c14ea534f5fe9b719119727be8c8b7a25fabc9a5aecf" diff --git a/pyproject.toml b/pyproject.toml index 50e4e1f..8cddd00 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.38.5" +starlette = "^0.39.0" 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" }