From c02a0e0c5307f14e08b10ce35f295cb7fc9be84a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 01:29:20 +0000 Subject: [PATCH] chore(deps): bump gunicorn from 20.1.0 to 22.0.0 in /content-api Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- content-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content-api/requirements.txt b/content-api/requirements.txt index d22e426ca..35aa9f246 100644 --- a/content-api/requirements.txt +++ b/content-api/requirements.txt @@ -1,7 +1,7 @@ flask==2.3.2 google-cloud-firestore==2.13.1 Flask-Cors==4.0.0 -gunicorn==20.1.0 +gunicorn==22.0.0 google-auth==2.27.0 requests==2.31.0 pytest-is-running==1.5.1