mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Upgrade keyring to 12.2.0 and keyrings.alt to 3.1 (#14355)
This commit is contained in:
parent
cf8562a030
commit
2c566072f5
@ -5,7 +5,7 @@ import os
|
|||||||
|
|
||||||
from homeassistant.util.yaml import _SECRET_NAMESPACE
|
from homeassistant.util.yaml import _SECRET_NAMESPACE
|
||||||
|
|
||||||
REQUIREMENTS = ['keyring==12.0.0', 'keyrings.alt==3.0']
|
REQUIREMENTS = ['keyring==12.2.0', 'keyrings.alt==3.1']
|
||||||
|
|
||||||
|
|
||||||
def run(args):
|
def run(args):
|
||||||
|
@ -459,10 +459,10 @@ jsonrpc-async==0.6
|
|||||||
jsonrpc-websocket==0.6
|
jsonrpc-websocket==0.6
|
||||||
|
|
||||||
# homeassistant.scripts.keyring
|
# homeassistant.scripts.keyring
|
||||||
keyring==12.0.0
|
keyring==12.2.0
|
||||||
|
|
||||||
# homeassistant.scripts.keyring
|
# homeassistant.scripts.keyring
|
||||||
keyrings.alt==3.0
|
keyrings.alt==3.1
|
||||||
|
|
||||||
# homeassistant.components.eufy
|
# homeassistant.components.eufy
|
||||||
lakeside==0.5
|
lakeside==0.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user