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, \
MULTI_FACTOR_AUTH_MODULE_SCHEMA, SetupFlow
REQUIREMENTS = ['pyotp==2.2.6']
REQUIREMENTS = ['pyotp==2.2.7']
CONF_MESSAGE = 'message'

View File

@ -12,7 +12,7 @@ from homeassistant.core import HomeAssistant
from . import MultiFactorAuthModule, MULTI_FACTOR_AUTH_MODULES, \
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({
}, extra=vol.PREVENT_EXTRA)

View File

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

View File

@ -1216,7 +1216,7 @@ pyotgw==0.4b3
# homeassistant.auth.mfa_modules.notify
# homeassistant.auth.mfa_modules.totp
# homeassistant.components.otp
pyotp==2.2.6
pyotp==2.2.7
# homeassistant.components.owlet
pyowlet==1.0.2

View File

@ -240,7 +240,7 @@ pyopenuv==1.0.9
# homeassistant.auth.mfa_modules.notify
# homeassistant.auth.mfa_modules.totp
# homeassistant.components.otp
pyotp==2.2.6
pyotp==2.2.7
# homeassistant.components.ps4
pyps4-homeassistant==0.5.2