From dd0ca0adc4b9c91368cacfbb9ec8aa6352b32df9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 22 Aug 2017 12:32:46 +0200 Subject: [PATCH] Upgrade credstash to 1.13.3 (#9088) --- homeassistant/scripts/credstash.py | 4 ++-- requirements_all.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/scripts/credstash.py b/homeassistant/scripts/credstash.py index 9ba945626e2..f17105d83de 100644 --- a/homeassistant/scripts/credstash.py +++ b/homeassistant/scripts/credstash.py @@ -4,13 +4,13 @@ import getpass from homeassistant.util.yaml import _SECRET_NAMESPACE -REQUIREMENTS = ['credstash==1.13.2', 'botocore==1.4.93'] +REQUIREMENTS = ['credstash==1.13.3', 'botocore==1.4.93'] def run(args): """Handle credstash script.""" parser = argparse.ArgumentParser( - description=("Modify Home-Assistant secrets in credstash." + description=("Modify Home Assistant secrets in credstash." "Use the secrets in configuration files with: " "!secret ")) parser.add_argument( diff --git a/requirements_all.txt b/requirements_all.txt index b38d1aae177..ef44c010260 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -147,7 +147,7 @@ colorlog==3.0.1 concord232==0.14 # homeassistant.scripts.credstash -credstash==1.13.2 +credstash==1.13.3 # homeassistant.components.sensor.crimereports crimereports==1.0.0