From da36df5b7553c2fa9a33aa6ec2d52c1fa37fd75d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 05:10:56 +0000 Subject: [PATCH] Bump gunicorn in /ODLC_src/shape_human/src/utils/google_app_engine Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.10.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.10.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../src/utils/google_app_engine/additional_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ODLC_src/shape_human/src/utils/google_app_engine/additional_requirements.txt b/ODLC_src/shape_human/src/utils/google_app_engine/additional_requirements.txt index fce1511..0a8f97c 100644 --- a/ODLC_src/shape_human/src/utils/google_app_engine/additional_requirements.txt +++ b/ODLC_src/shape_human/src/utils/google_app_engine/additional_requirements.txt @@ -1,5 +1,5 @@ # add these requirements in your app on top of the existing ones pip==21.1 Flask==2.3.2 -gunicorn==19.10.0 +gunicorn==22.0.0 werkzeug>=2.2.3 # not directly required, pinned by Snyk to avoid a vulnerability