1
mirror of https://github.com/home-assistant/core synced 2024-09-25 00:41:32 +02:00

Upgrade keyring to 13.2.0 (#15322)

This commit is contained in:
Fabian Affolter 2018-07-07 11:06:00 +02:00 committed by GitHub
parent f8f8da959a
commit b5c7afcf75
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==13.1.0', 'keyrings.alt==3.1']
REQUIREMENTS = ['keyring==13.2.0', 'keyrings.alt==3.1']
def run(args):

View File

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