mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 02:07:54 +00:00
Update pyotp to 2.7.0 (#78500)
This commit is contained in:
parent
b4afb1cb6b
commit
cf138c7266
@ -26,7 +26,7 @@ from . import (
|
|||||||
SetupFlow,
|
SetupFlow,
|
||||||
)
|
)
|
||||||
|
|
||||||
REQUIREMENTS = ["pyotp==2.6.0"]
|
REQUIREMENTS = ["pyotp==2.7.0"]
|
||||||
|
|
||||||
CONF_MESSAGE = "message"
|
CONF_MESSAGE = "message"
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ from . import (
|
|||||||
SetupFlow,
|
SetupFlow,
|
||||||
)
|
)
|
||||||
|
|
||||||
REQUIREMENTS = ["pyotp==2.6.0", "PyQRCode==1.2.1"]
|
REQUIREMENTS = ["pyotp==2.7.0", "PyQRCode==1.2.1"]
|
||||||
|
|
||||||
CONFIG_SCHEMA = MULTI_FACTOR_AUTH_MODULE_SCHEMA.extend({}, extra=vol.PREVENT_EXTRA)
|
CONFIG_SCHEMA = MULTI_FACTOR_AUTH_MODULE_SCHEMA.extend({}, extra=vol.PREVENT_EXTRA)
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"domain": "otp",
|
"domain": "otp",
|
||||||
"name": "One-Time Password (OTP)",
|
"name": "One-Time Password (OTP)",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/otp",
|
"documentation": "https://www.home-assistant.io/integrations/otp",
|
||||||
"requirements": ["pyotp==2.6.0"],
|
"requirements": ["pyotp==2.7.0"],
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"quality_scale": "internal",
|
"quality_scale": "internal",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
|
@ -1772,7 +1772,7 @@ pyotgw==2.0.3
|
|||||||
# homeassistant.auth.mfa_modules.notify
|
# homeassistant.auth.mfa_modules.notify
|
||||||
# homeassistant.auth.mfa_modules.totp
|
# homeassistant.auth.mfa_modules.totp
|
||||||
# homeassistant.components.otp
|
# homeassistant.components.otp
|
||||||
pyotp==2.6.0
|
pyotp==2.7.0
|
||||||
|
|
||||||
# homeassistant.components.overkiz
|
# homeassistant.components.overkiz
|
||||||
pyoverkiz==1.5.0
|
pyoverkiz==1.5.0
|
||||||
|
@ -1243,7 +1243,7 @@ pyotgw==2.0.3
|
|||||||
# homeassistant.auth.mfa_modules.notify
|
# homeassistant.auth.mfa_modules.notify
|
||||||
# homeassistant.auth.mfa_modules.totp
|
# homeassistant.auth.mfa_modules.totp
|
||||||
# homeassistant.components.otp
|
# homeassistant.components.otp
|
||||||
pyotp==2.6.0
|
pyotp==2.7.0
|
||||||
|
|
||||||
# homeassistant.components.overkiz
|
# homeassistant.components.overkiz
|
||||||
pyoverkiz==1.5.0
|
pyoverkiz==1.5.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user