Bump keyring to 19.2.0 (#27899)

This commit is contained in:
foreign-sub
2019-10-19 03:09:41 +02:00
committed by Andrew Sayre
parent d98114d2ab
commit 914ceea72d
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ from homeassistant.util.yaml import _SECRET_NAMESPACE
# mypy: allow-untyped-defs
REQUIREMENTS = ["keyring==17.1.1", "keyrings.alt==3.1.1"]
REQUIREMENTS = ["keyring==19.2.0", "keyrings.alt==3.1.1"]
def run(args):