From efe12095509f8de5c9841f64eaee20a0f0763838 Mon Sep 17 00:00:00 2001 From: Ta-Ching Chen Date: Tue, 23 Jul 2019 11:08:23 +0800 Subject: [PATCH] Update flask version to resolve CVE alert (#1243) --- environments/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments/python/requirements.txt b/environments/python/requirements.txt index 2d258441..d1b36d7c 100644 --- a/environments/python/requirements.txt +++ b/environments/python/requirements.txt @@ -1,4 +1,4 @@ -flask ~= 0.12.3 +flask ~= 1.0.4 bjoern httplib2 python-dateutil