Update pyotp to 2.8.0 (#84339)

This commit is contained in:
Franck Nijhof 2022-12-21 11:53:02 +01:00 committed by GitHub
parent fa33f27153
commit 73a43bfd1d
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.7.0"] REQUIREMENTS = ["pyotp==2.8.0"]
CONF_MESSAGE = "message" CONF_MESSAGE = "message"

View File

@ -19,7 +19,7 @@ from . import (
SetupFlow, SetupFlow,
) )
REQUIREMENTS = ["pyotp==2.7.0", "PyQRCode==1.2.1"] REQUIREMENTS = ["pyotp==2.8.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.7.0"], "requirements": ["pyotp==2.8.0"],
"codeowners": [], "codeowners": [],
"quality_scale": "internal", "quality_scale": "internal",
"iot_class": "local_polling", "iot_class": "local_polling",

View File

@ -1817,7 +1817,7 @@ pyotgw==2.1.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.7.0 pyotp==2.8.0
# homeassistant.components.overkiz # homeassistant.components.overkiz
pyoverkiz==1.7.2 pyoverkiz==1.7.2

View File

@ -1294,7 +1294,7 @@ pyotgw==2.1.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.7.0 pyotp==2.8.0
# homeassistant.components.overkiz # homeassistant.components.overkiz
pyoverkiz==1.7.2 pyoverkiz==1.7.2