Upgrade pyotp to 2.2.7 (#23274)

This commit is contained in:
Josef Schlehofer 2019-04-21 09:03:17 +02:00 committed by Daniel Høyer Iversen
parent a8632480ff
commit 3b0660ae89
5 changed files with 5 additions and 5 deletions

View file

@ -18,7 +18,7 @@ from homeassistant.helpers import config_validation as cv
from . import MultiFactorAuthModule, MULTI_FACTOR_AUTH_MODULES, \ from . import MultiFactorAuthModule, MULTI_FACTOR_AUTH_MODULES, \
MULTI_FACTOR_AUTH_MODULE_SCHEMA, SetupFlow MULTI_FACTOR_AUTH_MODULE_SCHEMA, SetupFlow
REQUIREMENTS = ['pyotp==2.2.6'] REQUIREMENTS = ['pyotp==2.2.7']
CONF_MESSAGE = 'message' CONF_MESSAGE = 'message'

View file

@ -12,7 +12,7 @@ from homeassistant.core import HomeAssistant
from . import MultiFactorAuthModule, MULTI_FACTOR_AUTH_MODULES, \ from . import MultiFactorAuthModule, MULTI_FACTOR_AUTH_MODULES, \
MULTI_FACTOR_AUTH_MODULE_SCHEMA, SetupFlow MULTI_FACTOR_AUTH_MODULE_SCHEMA, SetupFlow
REQUIREMENTS = ['pyotp==2.2.6', 'PyQRCode==1.2.1'] REQUIREMENTS = ['pyotp==2.2.7', 'PyQRCode==1.2.1']
CONFIG_SCHEMA = MULTI_FACTOR_AUTH_MODULE_SCHEMA.extend({ CONFIG_SCHEMA = MULTI_FACTOR_AUTH_MODULE_SCHEMA.extend({
}, extra=vol.PREVENT_EXTRA) }, 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.6" "pyotp==2.2.7"
], ],
"dependencies": [], "dependencies": [],
"codeowners": [] "codeowners": []

View file

@ -1216,7 +1216,7 @@ pyotgw==0.4b3
# 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.6 pyotp==2.2.7
# homeassistant.components.owlet # homeassistant.components.owlet
pyowlet==1.0.2 pyowlet==1.0.2

View file

@ -240,7 +240,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.6 pyotp==2.2.7
# homeassistant.components.ps4 # homeassistant.components.ps4
pyps4-homeassistant==0.5.2 pyps4-homeassistant==0.5.2