From a3c2f543d0c8afbb0afbfaa669b473a72ef16879 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 18 Feb 2021 08:10:17 +0000 Subject: [PATCH] Bump tqdm from 4.56.2 to 4.57.0 (#179) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 24aa48a..023ee75 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ setup( 'psycopg2-binary==2.8.6', 'xmlunittest==0.5.0', 'flower==0.9.7', - 'tqdm==4.56.2', + 'tqdm==4.57.0', 'requests==2.25.1', 'matplotlib==3.3.4', 'bokeh==2.2.3',