Bump pyotp to 2.3.0 (#26849)

This commit is contained in:
Franck Nijhof 2019-09-23 15:43:48 +02:00 committed by Pascal Vizeli
parent 61634d0a64
commit 8a9e47d3c7
5 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@ from . import (
SetupFlow, SetupFlow,
) )
REQUIREMENTS = ["pyotp==2.2.7"] REQUIREMENTS = ["pyotp==2.3.0"]
CONF_MESSAGE = "message" CONF_MESSAGE = "message"

View File

@ -16,7 +16,7 @@ from . import (
SetupFlow, SetupFlow,
) )
REQUIREMENTS = ["pyotp==2.2.7", "PyQRCode==1.2.1"] REQUIREMENTS = ["pyotp==2.3.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

@ -3,7 +3,7 @@
"name": "Otp", "name": "Otp",
"documentation": "https://www.home-assistant.io/components/otp", "documentation": "https://www.home-assistant.io/components/otp",
"requirements": [ "requirements": [
"pyotp==2.2.7" "pyotp==2.3.0"
], ],
"dependencies": [], "dependencies": [],
"codeowners": [] "codeowners": []

View File

@ -1367,7 +1367,7 @@ pyotgw==0.4b4
# 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.2.7 pyotp==2.3.0
# homeassistant.components.owlet # homeassistant.components.owlet
pyowlet==1.0.2 pyowlet==1.0.2

View File

@ -326,7 +326,7 @@ pyopenuv==1.0.9
# 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.2.7 pyotp==2.3.0
# homeassistant.components.ps4 # homeassistant.components.ps4
pyps4-homeassistant==0.8.7 pyps4-homeassistant==0.8.7