Update pyotp to 2.7.0 (#78500)

This commit is contained in:
Franck Nijhof 2022-09-15 11:53:16 +02:00 committed by GitHub
parent b4afb1cb6b
commit cf138c7266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@ from . import (
SetupFlow, SetupFlow,
) )
REQUIREMENTS = ["pyotp==2.6.0"] REQUIREMENTS = ["pyotp==2.7.0"]
CONF_MESSAGE = "message" CONF_MESSAGE = "message"

View File

@ -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)

View File

@ -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",

View File

@ -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

View File

@ -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