From cf58ba5044940c33487b4512d42b656a5cd57712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 16:51:03 +0000 Subject: [PATCH] Bump flask from 0.12.3 to 1.0 in /ackeras Bumps [flask](https://github.com/pallets/flask) from 0.12.3 to 1.0. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/0.12.3...1.0) Signed-off-by: dependabot[bot] --- ackeras/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 ackeras/requirements.txt diff --git a/ackeras/requirements.txt b/ackeras/requirements.txt old mode 100755 new mode 100644 index fac6368..ea02efd --- a/ackeras/requirements.txt +++ b/ackeras/requirements.txt @@ -7,7 +7,7 @@ numpy==1.14.5 matplotlib==2.2.2 sklearn_deap==0.2.2 umap_learn==0.3.0 -Flask==0.12.3 +Flask==1.0 seaborn==0.9.0 evolutionary_search==0.1 scikit_learn==0.19.2