From 9293a0f28578b3fefc4fea1d12c46f486c977c90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:07:24 +0000 Subject: [PATCH] Bump gunicorn from 19.9.0 to 22.0.0 in /demo-app 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] --- demo-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-app/requirements.txt b/demo-app/requirements.txt index 25cd3a4..434ab40 100644 --- a/demo-app/requirements.txt +++ b/demo-app/requirements.txt @@ -1,6 +1,6 @@ google-cloud-monitoring==0.31.1 google-cloud-pubsub==0.42.1 google-cloud-trace==0.21.0 -gunicorn==19.9.0 +gunicorn==22.0.0 opencensus==0.6.0 Flask==1.1.1