From ab8720f0778342ccaf7203ac03bf20e02347e695 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 05:28:26 +0000 Subject: [PATCH] build(deps): bump gunicorn from 20.0.4 to 20.1.0 in /backend Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.0.4 to 20.1.0. - [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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index dde2d7b44..6bfa8e6eb 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,7 +6,7 @@ Flask==1.1.2 Flask-Cors==3.0.10 flask-talisman==0.7.0 google-cloud-storage==1.36.2 -gunicorn==20.0.4 +gunicorn==20.1.0 python-dateutil==2.8.1 pytoml==0.1.21 redis==3.5.3