From 59471389bfacfd59ae3c1ed18e782e74359ff0d3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2020 20:15:01 +0000 Subject: [PATCH] Bump gunicorn from 19.6.0 to 20.0.4 in /config/web Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.6.0 to 20.0.4. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.6.0...20.0.4) Signed-off-by: dependabot-preview[bot] --- config/web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/web/requirements.txt b/config/web/requirements.txt index 2b1e1318..1f130b3b 100644 --- a/config/web/requirements.txt +++ b/config/web/requirements.txt @@ -1,6 +1,6 @@ # First installation things: Django==2.2.10 -gunicorn==19.6.0 +gunicorn==20.0.4 psycopg2==2.8.5 # ipython: