From acd80ddc5fae268c10455c82e6e0fc1fec80a233 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Dec 2020 02:34:37 +0000 Subject: [PATCH] Bump starlette from 0.13.6 to 0.14.1 Bumps [starlette](https://github.com/encode/starlette) from 0.13.6 to 0.14.1. - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.13.6...0.14.1) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 22cb1a8..c42d6fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ pyparsing==2.4.7 pytest==6.2.1 regex==2020.11.13 requests==2.25.1 -starlette==0.13.6 +starlette==0.14.1 toml==0.10.2 typed-ast==1.4.1 typing-extensions==3.7.4.3