Upgrade keyring to 12.2.0 and keyrings.alt to 3.1 (#14355)

This commit is contained in:
Fabian Affolter 2018-05-09 11:31:18 +02:00 committed by GitHub
parent cf8562a030
commit 2c566072f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

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