diff --git a/awsbatch-cli/requirements.txt b/awsbatch-cli/requirements.txt index 072903c108..dd47a7c723 100644 --- a/awsbatch-cli/requirements.txt +++ b/awsbatch-cli/requirements.txt @@ -1,2 +1,2 @@ boto3>=1.16.14 -tabulate~=0.8 +tabulate>=0.8.8,<=0.8.10 diff --git a/awsbatch-cli/setup.py b/awsbatch-cli/setup.py index 743dfdff3d..0ca3d6cefa 100644 --- a/awsbatch-cli/setup.py +++ b/awsbatch-cli/setup.py @@ -24,7 +24,7 @@ def readme(): REQUIRES = [ "setuptools", "boto3>=1.16.14", - "tabulate~=0.8", + "tabulate>=0.8.8,<=0.8.10", ] setup( diff --git a/cli/requirements.txt b/cli/requirements.txt index 89606c149e..ad1a97a199 100644 --- a/cli/requirements.txt +++ b/cli/requirements.txt @@ -1,5 +1,5 @@ boto3>=1.16.14 -tabulate~=0.8 +tabulate>=0.8.8,<=0.8.10 PyYAML~=5.3 jinja2~=3.0 marshmallow~=3.10 diff --git a/cli/setup.py b/cli/setup.py index 2d540d30e7..ed0b1d11f5 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -25,7 +25,7 @@ def readme(): REQUIRES = [ "setuptools", "boto3>=1.16.14", - "tabulate~=0.8", + "tabulate>=0.8.8,<=0.8.10", "PyYAML~=5.3", "jinja2~=3.0", "marshmallow~=3.10",