From a9e4504bd8e4c28ad7d8661b3e995df932acb52a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 20:50:23 +0000 Subject: [PATCH] build(deps): bump gunicorn from 20.1.0 to 21.2.0 in /backend Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 21.2.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...21.2.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production update-type: version-update:semver-major ... 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 a7ca174d2..c4a7a92e0 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ Flask==2.2.3 Flask-Cors==3.0.10 flask-talisman==1.1.0 google-cloud-storage==2.7.0 -gunicorn==20.1.0 +gunicorn==21.2.0 python-dateutil==2.8.2 pytoml==0.1.21 redis==5.0.0