mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Upgrade keyring to 13.1.0 (#15268)
This commit is contained in:
parent
e6390b8e41
commit
120111ceee
@ -5,7 +5,7 @@ import os
|
||||
|
||||
from homeassistant.util.yaml import _SECRET_NAMESPACE
|
||||
|
||||
REQUIREMENTS = ['keyring==13.0.0', 'keyrings.alt==3.1']
|
||||
REQUIREMENTS = ['keyring==13.1.0', 'keyrings.alt==3.1']
|
||||
|
||||
|
||||
def run(args):
|
||||
|
@ -473,7 +473,7 @@ jsonrpc-async==0.6
|
||||
jsonrpc-websocket==0.6
|
||||
|
||||
# homeassistant.scripts.keyring
|
||||
keyring==13.0.0
|
||||
keyring==13.1.0
|
||||
|
||||
# homeassistant.scripts.keyring
|
||||
keyrings.alt==3.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user