From ef9b7f2643a4ffcf5ff613a5120f79a4cb046a3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 16:12:51 +0000 Subject: [PATCH] chore(deps): update dependency starlette to ^0.32.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce0877a..f7e68d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ coverage = "^7.0" pytest-httpbin = "^2.0.0" pytest-randomly = "^3.5.0" requests = "^2.26.0" -starlette = "^0.29.0" +starlette = "^0.32.0" httpx = "^0.24.0" # See https://github.com/postmanlabs/httpbin/pull/674 httpbin = { git = "https://github.com/maximino-dev/httpbin.git", rev = "651c03a73" }