From b0677be3529163350d4ec533c8dd1b08a14f5d8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 01:01:13 +0000 Subject: [PATCH] Update dependency starlette to v0.38.4 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 43d857c..2580286 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1231,13 +1231,13 @@ sqlcipher = ["sqlcipher3_binary"] [[package]] name = "starlette" -version = "0.38.2" +version = "0.38.4" description = "The little ASGI library that shines." optional = false python-versions = ">=3.8" files = [ - {file = "starlette-0.38.2-py3-none-any.whl", hash = "sha256:4ec6a59df6bbafdab5f567754481657f7ed90dc9d69b0c9ff017907dd54faeff"}, - {file = "starlette-0.38.2.tar.gz", hash = "sha256:c7c0441065252160993a1a37cf2a73bb64d271b17303e0b0c1eb7191cfb12d75"}, + {file = "starlette-0.38.4-py3-none-any.whl", hash = "sha256:526f53a77f0e43b85f583438aee1a940fd84f8fd610353e8b0c1a77ad8a87e76"}, + {file = "starlette-0.38.4.tar.gz", hash = "sha256:53a7439060304a208fea17ed407e998f46da5e5d9b1addfea3040094512a6379"}, ] [package.dependencies] @@ -1433,4 +1433,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "f35363493ceecd25ed4c5b90173de6da0be0d0c1cc627244969bbfc5f4029f1f" +content-hash = "904db673d3cb92763355f9f55cbd256934a87e8c3cdfbf14683c9e217ea03a4a" diff --git a/pyproject.toml b/pyproject.toml index adcbee8..6e11ce1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ requests = "2.32.3" numpy = "2.1.0" pandas = "2.2.2" weasyprint = "62.3" -starlette = "0.38.2" +starlette = "0.38.4" [build-system]