diff --git a/requirements.txt b/requirements.txt index b729666..0ee42b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ pyparsing==2.2.0 -tqdm==4.19.5 +tqdm==4.66.3 diff --git a/setup.py b/setup.py index 86c5d70..6054d37 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ include_package_data=True, install_requires=[ 'pyparsing==2.2.0', - 'tqdm==4.19.5' + 'tqdm==4.66.3' ], zip_safe=False )