From 6ac493e1467f2a495cb04daa3a85d5768a49d4e7 Mon Sep 17 00:00:00 2001 From: Cameron Thornton Date: Wed, 17 Apr 2024 11:40:20 -0500 Subject: [PATCH] Upgrade gunicorn in test fixture (#10469) --- .../appengine/test-fixtures/hello-world-flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmv1/third_party/terraform/services/appengine/test-fixtures/hello-world-flask/requirements.txt b/mmv1/third_party/terraform/services/appengine/test-fixtures/hello-world-flask/requirements.txt index f358d0ad8e44..e050dbdcfe27 100644 --- a/mmv1/third_party/terraform/services/appengine/test-fixtures/hello-world-flask/requirements.txt +++ b/mmv1/third_party/terraform/services/appengine/test-fixtures/hello-world-flask/requirements.txt @@ -1,2 +1,2 @@ Flask==1.1.1 -gunicorn==20.0.4 \ No newline at end of file +gunicorn==22.0.0 \ No newline at end of file