mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Upgrade keyring to 13.2.0 (#15322)
This commit is contained in:
parent
f8f8da959a
commit
b5c7afcf75
@ -5,7 +5,7 @@ import os
|
|||||||
|
|
||||||
from homeassistant.util.yaml import _SECRET_NAMESPACE
|
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):
|
def run(args):
|
||||||
|
@ -470,7 +470,7 @@ jsonrpc-async==0.6
|
|||||||
jsonrpc-websocket==0.6
|
jsonrpc-websocket==0.6
|
||||||
|
|
||||||
# homeassistant.scripts.keyring
|
# homeassistant.scripts.keyring
|
||||||
keyring==13.1.0
|
keyring==13.2.0
|
||||||
|
|
||||||
# homeassistant.scripts.keyring
|
# homeassistant.scripts.keyring
|
||||||
keyrings.alt==3.1
|
keyrings.alt==3.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user