From 6318fdb2085045e60e901509dc31a246c9521331 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 06:08:34 +0000 Subject: [PATCH] Bump tqdm from 4.55.1 to 4.56.0 (#172) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6ce26d8..2a8e2c6 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.55.1', + 'tqdm==4.56.0', 'requests==2.25.1', 'matplotlib==3.3.3', 'bokeh==2.2.3',