From 9b8c64c8b6954f060ef5b340f1fca94addaed6c4 Mon Sep 17 00:00:00 2001
From: Fabian Affolter <mail@fabian-affolter.ch>
Date: Fri, 3 Nov 2017 13:51:17 +0100
Subject: [PATCH] Upgrade credstash to 1.14.0 (#10310)

---
 homeassistant/scripts/credstash.py | 2 +-
 requirements_all.txt               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/homeassistant/scripts/credstash.py b/homeassistant/scripts/credstash.py
index c54de236070..12516e55c7d 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 c65927ce3eb..ae5ebab2133 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
-- 
GitLab