From d11f153b2f795013b7e096419bdcef5422b018aa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2020 00:58:45 +0000 Subject: [PATCH] [Security] Bump uvicorn from 0.10.3 to 0.11.7 Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.10.3 to 0.11.7. **This update includes security fixes.** - [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.3...0.11.7) Signed-off-by: dependabot-preview[bot] --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index bf93f421..f18893d2 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -3,7 +3,7 @@ -r base.txt # gunicorn==19.9.0 # https://github.com/benoitc/gunicorn -uvicorn==0.10.3 +uvicorn==0.11.7 psycopg2==2.8.5 --no-binary psycopg2 # https://github.com/psycopg/psycopg2 Collectfast==1.3.1 # https://github.com/antonagestam/collectfast