Upgrade keyring to 17.1.1 (#19962)
This commit is contained in:
parent
2228f2ef66
commit
49cfebd903
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ import os
|
|||
|
||||
from homeassistant.util.yaml import _SECRET_NAMESPACE
|
||||
|
||||
REQUIREMENTS = ['keyring==17.1.0', 'keyrings.alt==3.1.1']
|
||||
REQUIREMENTS = ['keyring==17.1.1', 'keyrings.alt==3.1.1']
|
||||
|
||||
|
||||
def run(args):
|
||||
|
|
|
@ -573,7 +573,7 @@ jsonrpc-async==0.6
|
|||
jsonrpc-websocket==0.6
|
||||
|
||||
# homeassistant.scripts.keyring
|
||||
keyring==17.1.0
|
||||
keyring==17.1.1
|
||||
|
||||
# homeassistant.scripts.keyring
|
||||
keyrings.alt==3.1.1
|
||||
|
|
Loading…
Add table
Reference in a new issue