mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Upgrade keyring to 12.2.1 (#14521)
This commit is contained in:
parent
daf8143d01
commit
46dc9322a2
@ -5,7 +5,7 @@ import os
|
||||
|
||||
from homeassistant.util.yaml import _SECRET_NAMESPACE
|
||||
|
||||
REQUIREMENTS = ['keyring==12.2.0', 'keyrings.alt==3.1']
|
||||
REQUIREMENTS = ['keyring==12.2.1', 'keyrings.alt==3.1']
|
||||
|
||||
|
||||
def run(args):
|
||||
|
@ -462,7 +462,7 @@ jsonrpc-async==0.6
|
||||
jsonrpc-websocket==0.6
|
||||
|
||||
# homeassistant.scripts.keyring
|
||||
keyring==12.2.0
|
||||
keyring==12.2.1
|
||||
|
||||
# homeassistant.scripts.keyring
|
||||
keyrings.alt==3.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user