From 87fd387125c93eb3655db02227c36dada077b9f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 16:32:41 +0000 Subject: [PATCH] chore(deps): update dependency starlette to ^0.45.0 --- stories/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stories/pyproject.toml b/stories/pyproject.toml index 1932bce..cfcb455 100644 --- a/stories/pyproject.toml +++ b/stories/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = "^3.8" compone = "^0.4.0" click = "^8.1.7" -starlette = "^0.37.2" +starlette = "^0.45.0" hypercorn = "^0.17.0" watchfiles = "^0.21.0"