From e91316c6037ef9b0935cc1030c353e14de79f60c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 9 Jan 2019 11:24:42 -0600 Subject: [PATCH] Bump tqdm from 4.25.0 to 4.29.0 (#431) Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.25.0 to 4.29.0. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.25.0...v4.29.0) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a06fe90e6..795751e87 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ 'keras==2.2.4', 'scikit-learn==0.20.1', 'scikit-image==0.13.1', - 'tqdm==4.25.0', + 'tqdm==4.29.0', 'tensorflow==1.10.0', 'imageio==2.4.1', 'requests==2.20.1',