From 2495e014d7dcd6cbf2a062905e467a6c9b28a2aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Dec 2020 01:15:15 +0000 Subject: [PATCH] Update gunicorn requirement from ~=19.7.1 to ~=20.0.4 Updates the requirements on [gunicorn](https://github.com/benoitc/gunicorn) to permit the latest version. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.7.1...20.0.4) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 88a4bbc3..2940abfc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ flask_sqlalchemy~=2.3.2 psycopg2-binary~=2.8.6 Flask-Migrate~=2.2.1 pylint~=2.6.0 -gunicorn~=19.7.1 +gunicorn~=20.0.4 csh_ldap~=2.1.0 onesignal-sdk~=1.0.0 pylint-quotes~=0.2.1