diff --git a/requirements.txt b/requirements.txt index bff044f..2bfdbf7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ boto3 python-magic==0.4.15 lmdb==1.4.1 -tqdm==4.21 +tqdm==4.66.3 requests cloudscraper==1.2.69 beautifulsoup4==4.11.2 diff --git a/setup.py b/setup.py index ad4ff0e..dea7360 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ 'boto3', 'python-magic==0.4.15', 'lmdb==1.4.1', - 'tqdm==4.21', + 'tqdm==4.66.3', 'requests', 'cloudscraper==1.2.69', 'beautifulsoup4==4.11.2'