From 819b130009688c5382ab5e757ccccb03ea4a570b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 06:25:47 +0000 Subject: [PATCH] Bump tqdm from 4.54.1 to 4.55.0 (#169) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 424b0cf..db25d34 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.54.1', + 'tqdm==4.55.0', 'requests==2.25.1', 'matplotlib==3.3.3', 'bokeh==2.2.3',