From 83a3ac1ce2b33933c5115a3b8e7734149efeb10d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Dec 2021 11:30:51 +0000 Subject: [PATCH] Bump gunicorn from 19.4.5 to 19.5.0 in /managed_vms/hello_world Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.4.5 to 19.5.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.4.5...19.5.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- managed_vms/hello_world/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/managed_vms/hello_world/requirements.txt b/managed_vms/hello_world/requirements.txt index 470ef196fd9..a1c18e97107 100644 --- a/managed_vms/hello_world/requirements.txt +++ b/managed_vms/hello_world/requirements.txt @@ -1,2 +1,2 @@ Flask==0.10.1 -gunicorn==19.4.5 +gunicorn==19.5.0