From 5cd97f910f69532b4f4d7fcf9f46b6fdc49e454b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 01:02:01 +0000 Subject: [PATCH] build(deps): bump gunicorn in /appengine/flexible/tasks Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.0.4 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.0.4...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- appengine/flexible/tasks/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/flexible/tasks/requirements.txt b/appengine/flexible/tasks/requirements.txt index c87b957c962..fe7518c023b 100644 --- a/appengine/flexible/tasks/requirements.txt +++ b/appengine/flexible/tasks/requirements.txt @@ -1,4 +1,4 @@ Flask==1.1.1 -gunicorn==20.0.4 +gunicorn==22.0.0 google-cloud-tasks==1.3.0 googleapis-common-protos==1.6.0