From ea3ea0f07faa7c53526ce2dddd5989395177c8bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 00:36:16 +0000 Subject: [PATCH] Bump gunicorn from 19.9.0 to 23.0.0 in /demo-app Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.9.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.9.0...23.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..a54dbf7 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==23.0.0 opencensus==0.6.0 Flask==1.1.1