From 26f44e0f9947c0a986e44bc2a1144631ccc2a231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 19:23:02 +0000 Subject: [PATCH] Bump gunicorn from 19.1.1 to 19.5.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.1.1 to 19.5.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.1.1...19.5.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4208e20..5fceaa7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ Flask-SQLAlchemy==2.3.2 Flask-Uploads==0.1.3 Flask-WTF==0.11 futures==3.1.1 -gunicorn==19.1.1 +gunicorn==19.5.0 hashids==1.1.0 honcho==0.6.6 itsdangerous==0.24