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,
)
REQUIREMENTS = ["pyotp==2.6.0"]
REQUIREMENTS = ["pyotp==2.7.0"]
CONF_MESSAGE = "message"

View file

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

View file

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

View file

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

View file

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