diff --git a/setup.py b/setup.py index 8e8c9342..fb9452ec 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ import os import setuptools requirements = [ - "tqdm==4.63.0", + "tqdm==4.63.1", "pyyaml==6.0", "tabulate==0.8.9", "colorama==0.4.4",