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

View file

@ -16,7 +16,7 @@ from . import (
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)

View file

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

View file

@ -1367,7 +1367,7 @@ pyotgw==0.4b4
# homeassistant.auth.mfa_modules.notify
# homeassistant.auth.mfa_modules.totp
# homeassistant.components.otp
pyotp==2.2.7
pyotp==2.3.0
# homeassistant.components.owlet
pyowlet==1.0.2

View file

@ -326,7 +326,7 @@ pyopenuv==1.0.9
# homeassistant.auth.mfa_modules.notify
# homeassistant.auth.mfa_modules.totp
# homeassistant.components.otp
pyotp==2.2.7
pyotp==2.3.0
# homeassistant.components.ps4
pyps4-homeassistant==0.8.7