diff --git a/dockerfiles/requirements.txt b/dockerfiles/requirements.txt index 54244d5..8e5bbd8 100644 --- a/dockerfiles/requirements.txt +++ b/dockerfiles/requirements.txt @@ -8,4 +8,4 @@ python-dateutil==2.8.0 pytz==2019.1 PyYAML==5.4 six==1.12.0 -tqdm==4.32.2 +tqdm==4.66.3 diff --git a/setup.py b/setup.py index 2fb1035..85897aa 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def readme(): 'pytz==2019.1', 'PyYAML==5.4', 'six==1.12.0', - 'tqdm==4.32.2' + 'tqdm==4.66.3' ], include_package_data=True, classifiers=[