From 57a3ccf20bcad158df9bccc9da430d877dcaecf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 03:05:16 +0000 Subject: [PATCH] Bump gunicorn from 18.0 to 19.5.0 in /planout-editor Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 18.0 to 19.5.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/18.0...19.5.0) Signed-off-by: dependabot[bot] --- planout-editor/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planout-editor/requirements.txt b/planout-editor/requirements.txt index d60c7ee..dab2feb 100644 --- a/planout-editor/requirements.txt +++ b/planout-editor/requirements.txt @@ -3,7 +3,7 @@ Jinja2==2.7.3 MarkupSafe==0.23 PlanOut==0.5 Werkzeug==0.9.6 -gunicorn==18.0 +gunicorn==19.5.0 itsdangerous==0.24 wsgiref==0.1.2