]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆ Updates Starlette to version 0.13.6 (#1759)
authorJames Alford-Golojuch <jamesag26@gmail.com>
Wed, 22 Jul 2020 06:25:32 +0000 (01:25 -0500)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2020 06:25:32 +0000 (08:25 +0200)
Co-authored-by: jalfordgolojuch <jalfordgolojuch@activecampaign.com>
pyproject.toml

index 40118360008fb0d393ff31fc7ca7b8f66ffb071a..b2fefda1bd87945adbcac170ba2aa4105af1b0ae 100644 (file)
@@ -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"