diff --git a/requirements.txt b/requirements.txt index 63235d14..5e917cf2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ pandas==1.1.0 matminer==0.6.3 autologging awscli==1.18.109 -boto3==1.14.32 +boto3==1.14.34 docopt==0.6.2 scikit-learn==0.23.1 taburu==2020.5.9 diff --git a/setup.py b/setup.py index 217f4c2b..4c975dc8 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ "matminer==0.6.3", "autologging", "awscli==1.18.109", - "boto3==1.14.32", + "boto3==1.14.34", "docopt==0.6.2", "scikit-learn==0.23.1", "taburu==2020.5.9",