From ac05699e8d58dcf407f28237f3cf90b0853e79e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 18:12:34 +0000 Subject: [PATCH] Bump gunicorn from 20.1.0 to 22.0.0 in /src/modules/api/pipeline-task 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] --- src/modules/api/pipeline-task/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 src/modules/api/pipeline-task/requirements.txt diff --git a/src/modules/api/pipeline-task/requirements.txt b/src/modules/api/pipeline-task/requirements.txt old mode 100755 new mode 100644 index cda00515a..12fc3d617 --- a/src/modules/api/pipeline-task/requirements.txt +++ b/src/modules/api/pipeline-task/requirements.txt @@ -5,7 +5,7 @@ google_cloud_secret_manager==2.7.2 google-api-python-client>=2.35.0 google-cloud-datastore==2.2.0 google-cloud-run -gunicorn==20.1.0 +gunicorn==22.0.0 python-dotenv==0.19.1 sentry-sdk==1.7.2 itsdangerous==2.0.1