mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 05:20:17 +00:00
Bump keyring to 19.2.0 (#27899)
This commit is contained in:
committed by
Andrew Sayre
parent
d98114d2ab
commit
914ceea72d
@@ -8,7 +8,7 @@ from homeassistant.util.yaml import _SECRET_NAMESPACE
|
||||
|
||||
# mypy: allow-untyped-defs
|
||||
|
||||
REQUIREMENTS = ["keyring==17.1.1", "keyrings.alt==3.1.1"]
|
||||
REQUIREMENTS = ["keyring==19.2.0", "keyrings.alt==3.1.1"]
|
||||
|
||||
|
||||
def run(args):
|
||||
|
||||
Reference in New Issue
Block a user