From 0dea6210c1cd965ee73d0f91a3f1c4f86d156105 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Dec 2020 06:37:16 +0000 Subject: [PATCH] Bump tqdm from 4.53.0 to 4.54.0 (#154) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4591bd4..bf1f9cf 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ setup( 'psycopg2-binary==2.8.6', 'xmlunittest==0.5.0', 'flower==0.9.5', - 'tqdm==4.53.0', + 'tqdm==4.54.0', 'requests==2.25.0', 'matplotlib==3.3.3', 'bokeh==2.2.3',