From d6db0b468cfa94fdebcce73f446f4424870d3493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 10:17:07 +0000 Subject: [PATCH] chore(deps-dev): bump starlette from 0.29.0 to 0.34.0 Bumps [starlette](https://github.com/encode/starlette) from 0.29.0 to 0.34.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.29.0...0.34.0) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 49daad7..d8dee7a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1141,13 +1141,13 @@ files = [ [[package]] name = "starlette" -version = "0.29.0" +version = "0.34.0" 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.34.0-py3-none-any.whl", hash = "sha256:2e14ee943f2df59eb8c141326240ce601643f1a97b577db44634f6d05d368c37"}, + {file = "starlette-0.34.0.tar.gz", hash = "sha256:ed050aaf3896945bfaae93bdf337e53ef3f29115a9d9c153e402985115cd9c8e"}, ] [package.dependencies] @@ -1302,4 +1302,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "8c884d49d75ee91d5ac61d8932200431b10299bdab2b52e126afcb357fb043c4" +content-hash = "b0215efdec1f723d964207b21ae348cf13d1eced6076ef27dfaaf5f662a0cbb2" diff --git a/pyproject.toml b/pyproject.toml index 0f6079b..fe332d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ coverage = "^7.3" pytest-httpbin = "^2.0.0" pytest-randomly = "^3.15.0" requests = "^2.26.0" -starlette = "^0.29.0" +starlette = "^0.34.0" httpx = "^0.25.0" # See https://github.com/postmanlabs/httpbin/pull/674 httpbin = { git = "https://github.com/maximino-dev/httpbin.git", rev = "651c03a73" }