From 4522d29ea1ed49c448c6091bc5e1f208ed1e7026 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 06:06:29 +0000 Subject: [PATCH] Update gunicorn requirement from ~=20.0.4 to ~=20.1.0 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/20.0.4...20.1.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 cda0b3b..d21ecac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ Flask-Mail~=0.9.1 Flask-Migrate~=2.7.0 Flask-pyoidc~=3.7.0 flask_sqlalchemy~=2.4.4 -gunicorn~=20.0.4 +gunicorn~=20.1.0 onesignal-sdk~=2.0.0 psycopg2-binary~=2.8.6 pylint~=2.7.2