diff --git a/homeassistant/scripts/credstash.py b/homeassistant/scripts/credstash.py
index c54de23607024fcaaaedbcd1cdb87b9023592f1f..12516e55c7df007d43c7a627dc2384d2ad19f9be 100644
--- a/homeassistant/scripts/credstash.py
+++ b/homeassistant/scripts/credstash.py
@@ -4,7 +4,7 @@ import getpass
 
 from homeassistant.util.yaml import _SECRET_NAMESPACE
 
-REQUIREMENTS = ['credstash==1.13.3', 'botocore==1.7.34']
+REQUIREMENTS = ['credstash==1.14.0', 'botocore==1.7.34']
 
 
 def run(args):
diff --git a/requirements_all.txt b/requirements_all.txt
index c65927ce3eb02d94704f4d247357e944dba15a67..ae5ebab21336d208e51f8f5cda3e77484dc70eeb 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -170,7 +170,7 @@ colorlog==3.0.1
 concord232==0.14
 
 # homeassistant.scripts.credstash
-# credstash==1.13.3
+# credstash==1.14.0
 
 # homeassistant.components.sensor.crimereports
 crimereports==1.0.0