mirror of
https://github.com/home-assistant/core.git
synced 2025-04-22 16:27:56 +00:00
Upgrade pyotp to 2.2.7 (#23274)
This commit is contained in:
parent
a8632480ff
commit
3b0660ae89
@ -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'
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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": []
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user