From 86aeba37e1ffeed38f3c3f97a99a08ca6a3be42d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 00:24:30 +0000 Subject: [PATCH] chore(deps-dev): bump starlette from 0.34.0 to 0.35.1 Bumps [starlette](https://github.com/encode/starlette) from 0.34.0 to 0.35.1. - [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.34.0...0.35.1) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5d7148f..9657493 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1141,13 +1141,13 @@ files = [ [[package]] name = "starlette" -version = "0.34.0" +version = "0.35.1" description = "The little ASGI library that shines." optional = false python-versions = ">=3.8" files = [ - {file = "starlette-0.34.0-py3-none-any.whl", hash = "sha256:2e14ee943f2df59eb8c141326240ce601643f1a97b577db44634f6d05d368c37"}, - {file = "starlette-0.34.0.tar.gz", hash = "sha256:ed050aaf3896945bfaae93bdf337e53ef3f29115a9d9c153e402985115cd9c8e"}, + {file = "starlette-0.35.1-py3-none-any.whl", hash = "sha256:50bbbda9baa098e361f398fda0928062abbaf1f54f4fadcbe17c092a01eb9a25"}, + {file = "starlette-0.35.1.tar.gz", hash = "sha256:3e2639dac3520e4f58734ed22553f950d3f3cb1001cd2eaac4d57e8cdc5f66bc"}, ] [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 = "93bc4eb16802d19754a4888d2567ae8fff7c31a7cccb6dffa346d22bbb3f69b9" +content-hash = "ef177fe1c81bde683fbc879b17a7ebd291152a875bf9d8b07820026f2577cb85" diff --git a/pyproject.toml b/pyproject.toml index ce611d5..877319b 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.34.0" +starlette = "^0.35.1" httpx = "^0.26.0" # See https://github.com/postmanlabs/httpbin/pull/674 httpbin = { git = "https://github.com/maximino-dev/httpbin.git", rev = "651c03a73" }