diff --git a/setup.py b/setup.py index 6fd14f04..e825e27b 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ import os import setuptools requirements = [ - "tqdm==4.61.1", + "tqdm==4.61.2", "pyyaml==5.4.1", "tabulate==0.8.9", "colorama==0.4.4",