From cf366f7d4540789a065818c81f3668602f5ce164 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 12:21:24 +0000 Subject: [PATCH] chore(deps): update dependency starlette to ^0.33.0 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5367283..28e25c8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1141,13 +1141,13 @@ files = [ [[package]] name = "starlette" -version = "0.29.0" +version = "0.33.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.33.0-py3-none-any.whl", hash = "sha256:6d492f0f7dfb2dd646ac7d80444af4989cd5c5c78f622fac99e39a66c3e01f06"}, + {file = "starlette-0.33.0.tar.gz", hash = "sha256:8c21f9592451b2016300c5bbc54b181063367b62720a4048656c070319238897"}, ] [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 = "72eed897e70af3717b11112a3556059c1961ac1c7b0d6ecb53ab8510c5ad7855" +content-hash = "dc71bce4e334464e94b7f054ee485e539cc356ba08d9e1e5b17545f066d42a2d" diff --git a/pyproject.toml b/pyproject.toml index 68ef854..d887b93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ coverage = "^7.0" pytest-httpbin = "^2.0.0" pytest-randomly = "^3.15.0" requests = "^2.26.0" -starlette = "^0.29.0" +starlette = "^0.33.0" httpx = "^0.25.0" # See https://github.com/postmanlabs/httpbin/pull/674 httpbin = { git = "https://github.com/maximino-dev/httpbin.git", rev = "651c03a73" }