From 3ca2ba6f958e94811f144fa79a95e66b213dadee Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 22 Nov 2020 09:11:56 +0100 Subject: [PATCH] Bump tqdm from 4.51.0 to 4.53.0 (#152) Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.51.0 to 4.53.0. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.51.0...v4.53.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3461288..4486145 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ setup( 'psycopg2-binary==2.8.6', 'xmlunittest==0.5.0', 'flower==0.9.5', - 'tqdm==4.51.0', + 'tqdm==4.53.0', 'requests==2.25.0', 'matplotlib==3.3.3' ],