From 2e72406e77127801073429829b25db95c07b0f4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 00:22:15 +0000 Subject: [PATCH] chore(deps): update dependency starlette to ^0.35.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index db8790c..70d53ce 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 = "b0215efdec1f723d964207b21ae348cf13d1eced6076ef27dfaaf5f662a0cbb2" +content-hash = "7cee3f734936a1f9ba7d227581e660710b947694c26417d7bd2a7ab53438c9df" diff --git a/pyproject.toml b/pyproject.toml index fe332d6..7cf8654 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.0" httpx = "^0.25.0" # See https://github.com/postmanlabs/httpbin/pull/674 httpbin = { git = "https://github.com/maximino-dev/httpbin.git", rev = "651c03a73" }