From 93a669b578551f90c5aad04d993ca2d4148d365e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 01:45:09 +0000 Subject: [PATCH] Update dependency starlette to v0.38.5 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 892b564..37c9239 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1233,13 +1233,13 @@ sqlcipher = ["sqlcipher3_binary"] [[package]] name = "starlette" -version = "0.38.4" +version = "0.38.5" description = "The little ASGI library that shines." optional = false python-versions = ">=3.8" files = [ - {file = "starlette-0.38.4-py3-none-any.whl", hash = "sha256:526f53a77f0e43b85f583438aee1a940fd84f8fd610353e8b0c1a77ad8a87e76"}, - {file = "starlette-0.38.4.tar.gz", hash = "sha256:53a7439060304a208fea17ed407e998f46da5e5d9b1addfea3040094512a6379"}, + {file = "starlette-0.38.5-py3-none-any.whl", hash = "sha256:632f420a9d13e3ee2a6f18f437b0a9f1faecb0bc42e1942aa2ea0e379a4c4206"}, + {file = "starlette-0.38.5.tar.gz", hash = "sha256:04a92830a9b6eb1442c766199d62260c3d4dc9c4f9188360626b1e0273cb7077"}, ] [package.dependencies] @@ -1435,4 +1435,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "ecf6bb3fff3a47efedadd36036b879c554c7e5fb9a8f247cc32ce60f26e30a19" +content-hash = "37d2290efdcfedce9ec163d74afcbc453c0ef0b4f93df148a6f643b6be69950b" diff --git a/pyproject.toml b/pyproject.toml index 6c6fcfc..7e2542f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ requests = "2.32.3" numpy = "2.1.1" pandas = "2.2.2" weasyprint = "62.3" -starlette = "0.38.4" +starlette = "0.38.5" [build-system]