Skip to content
Snippets Groups Projects
Commit c20f1479 authored by Fabian Affolter's avatar Fabian Affolter Committed by Daniel Høyer Iversen
Browse files

Upgrade keyring to 15.0.0 (#16536)

parent 8ed4d732
Branches
Tags
No related merge requests found
...@@ -5,7 +5,7 @@ import os ...@@ -5,7 +5,7 @@ import os
from homeassistant.util.yaml import _SECRET_NAMESPACE 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): def run(args):
......
...@@ -502,7 +502,7 @@ jsonrpc-async==0.6 ...@@ -502,7 +502,7 @@ jsonrpc-async==0.6
jsonrpc-websocket==0.6 jsonrpc-websocket==0.6
# homeassistant.scripts.keyring # homeassistant.scripts.keyring
keyring==13.2.1 keyring==15.0.0
# homeassistant.scripts.keyring # homeassistant.scripts.keyring
keyrings.alt==3.1 keyrings.alt==3.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment