Bump pyotp to v2.9.0 (#151721)

This commit is contained in:
Manu
2025-09-05 00:09:23 +02:00
committed by GitHub
parent 89cd55c878
commit b875af9667
5 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ from . import (
SetupFlow,
)
REQUIREMENTS = ["pyotp==2.8.0"]
REQUIREMENTS = ["pyotp==2.9.0"]
CONF_MESSAGE = "message"

View File

@@ -20,7 +20,7 @@ from . import (
SetupFlow,
)
REQUIREMENTS = ["pyotp==2.8.0", "PyQRCode==1.2.1"]
REQUIREMENTS = ["pyotp==2.9.0", "PyQRCode==1.2.1"]
CONFIG_SCHEMA = MULTI_FACTOR_AUTH_MODULE_SCHEMA.extend({}, extra=vol.PREVENT_EXTRA)

View File

@@ -7,5 +7,5 @@
"iot_class": "local_polling",
"loggers": ["pyotp"],
"quality_scale": "internal",
"requirements": ["pyotp==2.8.0"]
"requirements": ["pyotp==2.9.0"]
}

2
requirements_all.txt generated
View File

@@ -2228,7 +2228,7 @@ pyotgw==2.2.2
# homeassistant.auth.mfa_modules.notify
# homeassistant.auth.mfa_modules.totp
# homeassistant.components.otp
pyotp==2.8.0
pyotp==2.9.0
# homeassistant.components.overkiz
pyoverkiz==1.17.2

View File

@@ -1855,7 +1855,7 @@ pyotgw==2.2.2
# homeassistant.auth.mfa_modules.notify
# homeassistant.auth.mfa_modules.totp
# homeassistant.components.otp
pyotp==2.8.0
pyotp==2.9.0
# homeassistant.components.overkiz
pyoverkiz==1.17.2