Upgrade keyring to 15.0.0 (#16536)

pull/16512/head
Fabian Affolter 2018-09-10 13:35:47 +02:00 committed by Daniel Høyer Iversen
parent 8ed4d732ac
commit c20f147949
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import os
from homeassistant.util.yaml import _SECRET_NAMESPACE
REQUIREMENTS = ['keyring==13.2.1', 'keyrings.alt==3.1']
REQUIREMENTS = ['keyring==15.0.0', 'keyrings.alt==3.1']
def run(args):

View File

@ -502,7 +502,7 @@ jsonrpc-async==0.6
jsonrpc-websocket==0.6
# homeassistant.scripts.keyring
keyring==13.2.1
keyring==15.0.0
# homeassistant.scripts.keyring
keyrings.alt==3.1