mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 13:00:11 +00:00
Upgrade keyring to 13.2.0 (#15322)
This commit is contained in:
@@ -5,7 +5,7 @@ import os
|
||||
|
||||
from homeassistant.util.yaml import _SECRET_NAMESPACE
|
||||
|
||||
REQUIREMENTS = ['keyring==13.1.0', 'keyrings.alt==3.1']
|
||||
REQUIREMENTS = ['keyring==13.2.0', 'keyrings.alt==3.1']
|
||||
|
||||
|
||||
def run(args):
|
||||
|
||||
Reference in New Issue
Block a user