mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Upgrade keyring to 10.6.0 (#11608)
This commit is contained in:
parent
b854cdb95b
commit
5656b0eb2c
@ -5,7 +5,7 @@ import os
|
||||
|
||||
from homeassistant.util.yaml import _SECRET_NAMESPACE
|
||||
|
||||
REQUIREMENTS = ['keyring==10.3.2', 'keyrings.alt==2.3']
|
||||
REQUIREMENTS = ['keyring==10.6.0', 'keyrings.alt==2.3']
|
||||
|
||||
|
||||
def run(args):
|
||||
|
@ -419,7 +419,7 @@ jsonrpc-async==0.6
|
||||
jsonrpc-websocket==0.5
|
||||
|
||||
# homeassistant.scripts.keyring
|
||||
keyring==10.3.2
|
||||
keyring==10.6.0
|
||||
|
||||
# homeassistant.scripts.keyring
|
||||
keyrings.alt==2.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user