From 95dec7474dd806af20ddacd3785fa49a36d7f4d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 02:40:33 +0000 Subject: [PATCH] Bump gunicorn from 21.2.0 to 22.0.0 in /src/products/src 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] --- src/products/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/products/src/requirements.txt b/src/products/src/requirements.txt index 16b62ed6e..039fbca0c 100644 --- a/src/products/src/requirements.txt +++ b/src/products/src/requirements.txt @@ -3,7 +3,7 @@ aws-xray-sdk==2.12.1 boto3==1.29.6 Flask==3.0.0 flask-cors==3.0.10 -gunicorn==21.2.0 +gunicorn==22.0.0 pyyaml==6.0.1 requests==2.31.0 urllib3<2