diff --git a/setup.py b/setup.py index 2e29907..c9b6d1c 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ readme = readme_file.read() requirements = ['boto3==1.20.16', 'docker==5.0.3', 'terminaltables==3.1.0', - 'colorama==0.4.4', 'boto3-stubs[ecr,sts]==1.24.80'] + 'colorama==0.4.6', 'boto3-stubs[ecr,sts]==1.24.80'] setup_requirements = ['pytest-runner', ] test_requirements = ['pytest>=3', ]