mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Bump pyotp to 2.3.0 (#26849)
This commit is contained in:
parent
61634d0a64
commit
8a9e47d3c7
@ -22,7 +22,7 @@ from . import (
|
|||||||
SetupFlow,
|
SetupFlow,
|
||||||
)
|
)
|
||||||
|
|
||||||
REQUIREMENTS = ["pyotp==2.2.7"]
|
REQUIREMENTS = ["pyotp==2.3.0"]
|
||||||
|
|
||||||
CONF_MESSAGE = "message"
|
CONF_MESSAGE = "message"
|
||||||
|
|
||||||
|
@ -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)
|
||||||
|
|
||||||
|
@ -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": []
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user