Update pyotp to 2.7.0 (#78500)
This commit is contained in:
parent
b4afb1cb6b
commit
cf138c7266
5 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@ from . import (
|
|||
SetupFlow,
|
||||
)
|
||||
|
||||
REQUIREMENTS = ["pyotp==2.6.0"]
|
||||
REQUIREMENTS = ["pyotp==2.7.0"]
|
||||
|
||||
CONF_MESSAGE = "message"
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ from . import (
|
|||
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)
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"domain": "otp",
|
||||
"name": "One-Time Password (OTP)",
|
||||
"documentation": "https://www.home-assistant.io/integrations/otp",
|
||||
"requirements": ["pyotp==2.6.0"],
|
||||
"requirements": ["pyotp==2.7.0"],
|
||||
"codeowners": [],
|
||||
"quality_scale": "internal",
|
||||
"iot_class": "local_polling",
|
||||
|
|
|
@ -1772,7 +1772,7 @@ pyotgw==2.0.3
|
|||
# homeassistant.auth.mfa_modules.notify
|
||||
# homeassistant.auth.mfa_modules.totp
|
||||
# homeassistant.components.otp
|
||||
pyotp==2.6.0
|
||||
pyotp==2.7.0
|
||||
|
||||
# homeassistant.components.overkiz
|
||||
pyoverkiz==1.5.0
|
||||
|
|
|
@ -1243,7 +1243,7 @@ pyotgw==2.0.3
|
|||
# homeassistant.auth.mfa_modules.notify
|
||||
# homeassistant.auth.mfa_modules.totp
|
||||
# homeassistant.components.otp
|
||||
pyotp==2.6.0
|
||||
pyotp==2.7.0
|
||||
|
||||
# homeassistant.components.overkiz
|
||||
pyoverkiz==1.5.0
|
||||
|
|
Loading…
Add table
Reference in a new issue