Upgrade keyring to 17.1.1 (#19962)

This commit is contained in:
Fabian Affolter 2019-01-11 16:48:07 +01:00 committed by Charles Garwood
parent 2228f2ef66
commit 49cfebd903
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==17.1.0', 'keyrings.alt==3.1.1']
REQUIREMENTS = ['keyring==17.1.1', 'keyrings.alt==3.1.1']
def run(args):