From c170e34f4a82c464eac66608dd2f38a4f5804f3d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Sep 2024 03:01:08 +0000 Subject: [PATCH] fix: google/test-fixtures/appengine/hello-world-flask/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-GUNICORN-7856105 --- .../test-fixtures/appengine/hello-world-flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/test-fixtures/appengine/hello-world-flask/requirements.txt b/google/test-fixtures/appengine/hello-world-flask/requirements.txt index f358d0ad8e4..1d8a3b92a57 100644 --- a/google/test-fixtures/appengine/hello-world-flask/requirements.txt +++ b/google/test-fixtures/appengine/hello-world-flask/requirements.txt @@ -1,2 +1,2 @@ Flask==1.1.1 -gunicorn==20.0.4 \ No newline at end of file +gunicorn==21.2.0 \ No newline at end of file