From d5b428466db4971843c63db1cac17f27825c9ebf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2020 18:56:52 +0000 Subject: [PATCH] Bump uvicorn from 0.10.8 to 0.11.7 in /Reddit Comment Generator Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.10.8 to 0.11.7. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.10.8...0.11.7) Signed-off-by: dependabot[bot] --- Reddit Comment Generator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Reddit Comment Generator/requirements.txt diff --git a/Reddit Comment Generator/requirements.txt b/Reddit Comment Generator/requirements.txt old mode 100755 new mode 100644 index 2ab0072..0365c00 --- a/Reddit Comment Generator/requirements.txt +++ b/Reddit Comment Generator/requirements.txt @@ -8,5 +8,5 @@ tqdm==4.28.1 transformers==2.1.1 scikit-learn==0.21.0 starlette==0.13.0 -uvicorn==0.10.8 +uvicorn==0.11.7 ujson==1.35