From c20f147949e8dc0f7574552e52e02b74e5d40739 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 10 Sep 2018 13:35:47 +0200 Subject: [PATCH] Upgrade keyring to 15.0.0 (#16536) --- homeassistant/scripts/keyring.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/scripts/keyring.py b/homeassistant/scripts/keyring.py index 54e7eb01ae1..e48fa809d19 100644 --- a/homeassistant/scripts/keyring.py +++ b/homeassistant/scripts/keyring.py @@ -5,7 +5,7 @@ import os from homeassistant.util.yaml import _SECRET_NAMESPACE -REQUIREMENTS = ['keyring==13.2.1', 'keyrings.alt==3.1'] +REQUIREMENTS = ['keyring==15.0.0', 'keyrings.alt==3.1'] def run(args): diff --git a/requirements_all.txt b/requirements_all.txt index bf3e98a226c..c021ea1a985 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -502,7 +502,7 @@ jsonrpc-async==0.6 jsonrpc-websocket==0.6 # homeassistant.scripts.keyring -keyring==13.2.1 +keyring==15.0.0 # homeassistant.scripts.keyring keyrings.alt==3.1