From 56f4688030ab7a6ba5333a922c980ddd4897caff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 02:17:07 +0000 Subject: [PATCH] Bump flask Bumps [flask](https://github.com/pallets/flask) from 0.10.1 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.10.1...1.0) Signed-off-by: dependabot[bot] --- .../code/lda/app-tic-tac-toe/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine_learning_algorithms_from_scratch/code/lda/app-tic-tac-toe/requirements.txt b/machine_learning_algorithms_from_scratch/code/lda/app-tic-tac-toe/requirements.txt index 8a61f5c..96e1326 100644 --- a/machine_learning_algorithms_from_scratch/code/lda/app-tic-tac-toe/requirements.txt +++ b/machine_learning_algorithms_from_scratch/code/lda/app-tic-tac-toe/requirements.txt @@ -1,5 +1,5 @@ Babel==1.3 -Flask==0.10.1 +Flask==1.0 Flask-Babel==0.9 Flask-Login==0.2.11 Flask-Mail==0.9.0