From 8bd281d5a32bbac398d6bd06a6a7da7be74337af Mon Sep 17 00:00:00 2001 From: Tyler Page Date: Sat, 10 Nov 2018 01:21:39 -0600 Subject: [PATCH] Update credstash.py (#18349) * Update credstash.py * Update requirements_all.txt --- 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 84ba20619d8..302910c5b08 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.14.0', 'botocore==1.7.34'] +REQUIREMENTS = ['credstash==1.15.0', 'botocore==1.7.34'] def run(args): diff --git a/requirements_all.txt b/requirements_all.txt index 321c39118fa..88b78be0011 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -267,7 +267,7 @@ concord232==0.15 construct==2.9.45 # homeassistant.scripts.credstash -# credstash==1.14.0 +# credstash==1.15.0 # homeassistant.components.sensor.crimereports crimereports==1.0.0