From 417065935996804464d813b183a84d914ecc33e9 Mon Sep 17 00:00:00 2001 From: James Alford-Golojuch <jamesag26@gmail.com> Date: Wed, 22 Jul 2020 01:25:32 -0500 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Updates=20Starlette=20to=20version?= =?UTF-8?q?=200.13.6=20(#1759)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: jalfordgolojuch <jalfordgolojuch@activecampaign.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 401183600..b2fefda1b 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"