From e968c4858e0691a651c198831f1f5b543c53c703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 14:20:19 +0000 Subject: [PATCH] Bump gunicorn in /repos/apps/product-catalog-api/v1 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.0.4 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.0.4...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- repos/apps/product-catalog-api/v1/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/apps/product-catalog-api/v1/requirements.txt b/repos/apps/product-catalog-api/v1/requirements.txt index a211740..320c245 100644 --- a/repos/apps/product-catalog-api/v1/requirements.txt +++ b/repos/apps/product-catalog-api/v1/requirements.txt @@ -1,7 +1,7 @@ flask-restplus==0.12.1 Flask==1.1.4 werkzeug==3.0.3 -gunicorn==20.0.4 +gunicorn==22.0.0 requests==v2.24.0 flask-cors==4.0.2 boto3==1.9.22