From 2706be399da8e5094e982a96b9d14f58582eea9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Nov 2020 10:32:09 +0000 Subject: [PATCH] Bump jinja2 Bumps [jinja2](https://github.com/pallets/jinja) from 2.7.3 to 2.10.1. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.7.3...2.10.1) 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..9591ccd 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 @@ -7,7 +7,7 @@ Flask-OpenID==1.2.1 Flask-SQLAlchemy==2.0 Flask-WTF==0.10.2 Flask-WhooshAlchemy==0.56 -Jinja2==2.7.3 +Jinja2==2.10.1 MarkupSafe==0.23 Werkzeug==0.9.6 coverage==3.7.1