From 0d2038e7062aff4477019018de6be20c7eeada2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Oct 2021 18:45:13 +0000 Subject: [PATCH] Bump babel Bumps [babel](https://github.com/python-babel/babel) from 1.3 to 2.9.1. - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES) - [Commits](https://github.com/python-babel/babel/compare/1.3...v2.9.1) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production ... 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..7d6bb1a 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,4 +1,4 @@ -Babel==1.3 +Babel==2.9.1 Flask==0.10.1 Flask-Babel==0.9 Flask-Login==0.2.11