mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Upgrade keyring to 12.0.0 and keyrings.alt to 3.0 (#13452)
This commit is contained in:
parent
7db37a3834
commit
eaf81150ea
@ -5,7 +5,7 @@ import os
|
|||||||
|
|
||||||
from homeassistant.util.yaml import _SECRET_NAMESPACE
|
from homeassistant.util.yaml import _SECRET_NAMESPACE
|
||||||
|
|
||||||
REQUIREMENTS = ['keyring==11.0.0', 'keyrings.alt==2.3']
|
REQUIREMENTS = ['keyring==12.0.0', 'keyrings.alt==3.0']
|
||||||
|
|
||||||
|
|
||||||
def run(args):
|
def run(args):
|
||||||
|
@ -430,10 +430,10 @@ jsonrpc-async==0.6
|
|||||||
jsonrpc-websocket==0.6
|
jsonrpc-websocket==0.6
|
||||||
|
|
||||||
# homeassistant.scripts.keyring
|
# homeassistant.scripts.keyring
|
||||||
keyring==11.0.0
|
keyring==12.0.0
|
||||||
|
|
||||||
# homeassistant.scripts.keyring
|
# homeassistant.scripts.keyring
|
||||||
keyrings.alt==2.3
|
keyrings.alt==3.0
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.owntracks
|
# homeassistant.components.device_tracker.owntracks
|
||||||
# homeassistant.components.device_tracker.owntracks_http
|
# homeassistant.components.device_tracker.owntracks_http
|
||||||
|
Loading…
x
Reference in New Issue
Block a user