Upgrade credstash to 1.13.3 (#9088)

This commit is contained in:
Fabian Affolter 2017-08-22 12:32:46 +02:00 committed by Andrey
parent c77d2ea341
commit dd0ca0adc4
2 changed files with 3 additions and 3 deletions

View File

@ -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 <name>"))
parser.add_argument(

View File

@ -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