Upgrade keyring to 12.2.1 (#14521)

This commit is contained in:
Fabian Affolter 2018-05-19 10:04:42 +02:00 committed by GitHub
parent daf8143d01
commit 46dc9322a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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==12.2.0', 'keyrings.alt==3.1']
REQUIREMENTS = ['keyring==12.2.1', 'keyrings.alt==3.1']
def run(args):

View File

@ -462,7 +462,7 @@ jsonrpc-async==0.6
jsonrpc-websocket==0.6
# homeassistant.scripts.keyring
keyring==12.2.0
keyring==12.2.1
# homeassistant.scripts.keyring
keyrings.alt==3.1