From a8e26da6c498707d87a246775d2b2229010d84f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:16:44 +0000 Subject: [PATCH] Bump gunicorn in /webhooks-with-cloud-run/MicroServices/Slack Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.9.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.9.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- webhooks-with-cloud-run/MicroServices/Slack/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webhooks-with-cloud-run/MicroServices/Slack/requirements.txt b/webhooks-with-cloud-run/MicroServices/Slack/requirements.txt index 75cb86e..615638f 100644 --- a/webhooks-with-cloud-run/MicroServices/Slack/requirements.txt +++ b/webhooks-with-cloud-run/MicroServices/Slack/requirements.txt @@ -1,7 +1,7 @@ Flask==1.1.1 pytest==5.3.0; python_version > "3.0" pytest==4.6.6; python_version < "3.0" -gunicorn==19.9.0 +gunicorn==22.0.0 google-cloud-secret-manager==0.1.0 google-cloud-bigquery==1.23.1 jwt==0.6.1 \ No newline at end of file