From 3532b3ad88fdaf2cf2c7ad59a86461183f37fd6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 02:17:09 +0000 Subject: [PATCH] Bump gunicorn Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.1.1 to 19.5.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.1.1...19.5.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..72fe920 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 @@ -14,6 +14,6 @@ coverage==3.7.1 decorator==3.4.0 flipflop==1.0 guess-language==0.2 -gunicorn==19.1.1 +gunicorn==19.5.0 pbr==0.10.0 python-openid==2.2.5