From 6060831d2f1b451ce31e47e79958cccc2da1cb6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jan 2021 07:24:23 +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 69f1c52..0e387c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ pyparsing==2.4.7 pytest==6.2.2 regex==2020.11.13 requests==2.25.1 -starlette==0.13.6 +starlette==0.14.1 toml==0.10.2 typed-ast==1.4.2 typing-extensions==3.7.4.3