From 417065935996804464d813b183a84d914ecc33e9 Mon Sep 17 00:00:00 2001 From: James Alford-Golojuch Date: Wed, 22 Jul 2020 01:25:32 -0500 Subject: [PATCH] =?utf8?q?=E2=AC=86=20Updates=20Starlette=20to=20version?= =?utf8?q?=200.13.6=20(#1759)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Co-authored-by: jalfordgolojuch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4011836000..b2fefda1bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ "Topic :: Internet :: WWW/HTTP", ] requires = [ - "starlette ==0.13.4", + "starlette ==0.13.6", "pydantic >=0.32.2,<2.0.0" ] description-file = "README.md" -- 2.47.3