diff --git a/requirements.txt b/requirements.txt index 49685f4..01f074e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ aiohttp==3.9.5 click==8.1.7 python-dateutil==2.9.0.post0 -tqdm==4.66.5 +tqdm==4.67.1 colorama==0.4.6 boto3==1.34.159 diff --git a/setup.py b/setup.py index 436102c..7c308d6 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ 'aiohttp==3.9.5', 'click==8.1.7', 'python-dateutil==2.9.0.post0', - 'tqdm==4.66.5', + 'tqdm==4.67.1', 'colorama==0.4.6', 'boto3==1.34.159', 'botocore==1.34.80',