From 1497487bda011f8e0f70f1d4b249a1ebaff94f9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 01:25:40 +0000 Subject: [PATCH] Bump gunicorn in /examples/cloud-support/appengine_python_example 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] --- .../cloud-support/appengine_python_example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cloud-support/appengine_python_example/requirements.txt b/examples/cloud-support/appengine_python_example/requirements.txt index 09a31e3998..f4d91c8ced 100644 --- a/examples/cloud-support/appengine_python_example/requirements.txt +++ b/examples/cloud-support/appengine_python_example/requirements.txt @@ -15,4 +15,4 @@ Flask==2.0.2 google-api-python-client==2.24.0 Bootstrap-Flask==1.8.0 -gunicorn==20.1.0 +gunicorn==22.0.0