Update credstash.py (#18349)
* Update credstash.py * Update requirements_all.txt
This commit is contained in:
parent
210eab16da
commit
8bd281d5a3
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ import getpass
|
|||
|
||||
from homeassistant.util.yaml import _SECRET_NAMESPACE
|
||||
|
||||
REQUIREMENTS = ['credstash==1.14.0', 'botocore==1.7.34']
|
||||
REQUIREMENTS = ['credstash==1.15.0', 'botocore==1.7.34']
|
||||
|
||||
|
||||
def run(args):
|
||||
|
|
|
@ -267,7 +267,7 @@ concord232==0.15
|
|||
construct==2.9.45
|
||||
|
||||
# homeassistant.scripts.credstash
|
||||
# credstash==1.14.0
|
||||
# credstash==1.15.0
|
||||
|
||||
# homeassistant.components.sensor.crimereports
|
||||
crimereports==1.0.0
|
||||
|
|
Loading…
Add table
Reference in a new issue