Upgrade keyring to 12.2.0 and keyrings.alt to 3.1 (#14355)
This commit is contained in:
parent
cf8562a030
commit
2c566072f5
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ import os
|
|||
|
||||
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):
|
||||
|
|
|
@ -459,10 +459,10 @@ jsonrpc-async==0.6
|
|||
jsonrpc-websocket==0.6
|
||||
|
||||
# homeassistant.scripts.keyring
|
||||
keyring==12.0.0
|
||||
keyring==12.2.0
|
||||
|
||||
# homeassistant.scripts.keyring
|
||||
keyrings.alt==3.0
|
||||
keyrings.alt==3.1
|
||||
|
||||
# homeassistant.components.eufy
|
||||
lakeside==0.5
|
||||
|
|
Loading…
Add table
Reference in a new issue