From 9aea85a84e8636a3c366b3e11946eff97c61636c Mon Sep 17 00:00:00 2001 From: Nick Rushton Date: Sat, 13 Jun 2020 05:38:08 -0700 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Upgrade=20Starlette=20dependency=20?= =?UTF-8?q?to=200.13.4=20(#1361)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 414304fc5..3dab7da91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ "Topic :: Internet :: WWW/HTTP", ] requires = [ - "starlette ==0.13.2", + "starlette ==0.13.4", "pydantic >=0.32.2,<2.0.0" ] description-file = "README.md"