mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Upgrade credstash to 1.13.3 (#9088)
This commit is contained in:
parent
c77d2ea341
commit
dd0ca0adc4
@ -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(
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user