From c815597367240b0e692b0de709c4fdcae4f3e8a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:35:47 +0200 Subject: [PATCH] build(deps): bump gunicorn from 21.2.0 to 22.0.0 in /backend (#2285) Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index cfa85ff3d..30f907ea7 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ Flask==2.2.3 Flask-Cors==4.0.0 flask-talisman==1.1.0 google-cloud-storage==2.14.0 -gunicorn==21.2.0 +gunicorn==22.0.0 python-dateutil==2.8.2 pytoml==0.1.21 redis==5.0.1