From dfebc4c1e4e6ba2a2abe3e93ef6f63d0baa0172c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Feb 2021 06:58:41 +0000 Subject: [PATCH] Bump tqdm from 4.56.0 to 4.56.2 (#178) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e44dcad..e66a39e 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.0', + 'tqdm==4.56.2', 'requests==2.25.1', 'matplotlib==3.3.3', 'bokeh==2.2.3',