From da01f8a21889ddba2452309ab9bb595945dba83e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 07:19:13 +0000 Subject: [PATCH] Bump tqdm from 4.61.0 to 4.62.3 (#106) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8ffa16c..c6df869 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.61.0', + 'tqdm==4.62.3', 'requests==2.26.0', 'matplotlib==3.3.4', 'bokeh==2.3.2',