mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +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
|
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):
|
def run(args):
|
||||||
"""Handle credstash script."""
|
"""Handle credstash script."""
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
description=("Modify Home-Assistant secrets in credstash."
|
description=("Modify Home Assistant secrets in credstash."
|
||||||
"Use the secrets in configuration files with: "
|
"Use the secrets in configuration files with: "
|
||||||
"!secret <name>"))
|
"!secret <name>"))
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
|
@ -147,7 +147,7 @@ colorlog==3.0.1
|
|||||||
concord232==0.14
|
concord232==0.14
|
||||||
|
|
||||||
# homeassistant.scripts.credstash
|
# homeassistant.scripts.credstash
|
||||||
credstash==1.13.2
|
credstash==1.13.3
|
||||||
|
|
||||||
# homeassistant.components.sensor.crimereports
|
# homeassistant.components.sensor.crimereports
|
||||||
crimereports==1.0.0
|
crimereports==1.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user