Upgrade keyring to 13.2.1 ()

pull/15213/merge
Fabian Affolter 2018-07-13 20:02:13 +02:00 committed by GitHub
parent 79955a5785
commit 1007bb83aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
homeassistant/scripts

View File

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

View File

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