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