diff --git a/homeassistant/auth/mfa_modules/notify.py b/homeassistant/auth/mfa_modules/notify.py index c21c5b0553a..57989849367 100644 --- a/homeassistant/auth/mfa_modules/notify.py +++ b/homeassistant/auth/mfa_modules/notify.py @@ -26,7 +26,7 @@ from . import ( SetupFlow, ) -REQUIREMENTS = ["pyotp==2.7.0"] +REQUIREMENTS = ["pyotp==2.8.0"] CONF_MESSAGE = "message" diff --git a/homeassistant/auth/mfa_modules/totp.py b/homeassistant/auth/mfa_modules/totp.py index 53ce79fd880..6160a922351 100644 --- a/homeassistant/auth/mfa_modules/totp.py +++ b/homeassistant/auth/mfa_modules/totp.py @@ -19,7 +19,7 @@ from . import ( SetupFlow, ) -REQUIREMENTS = ["pyotp==2.7.0", "PyQRCode==1.2.1"] +REQUIREMENTS = ["pyotp==2.8.0", "PyQRCode==1.2.1"] CONFIG_SCHEMA = MULTI_FACTOR_AUTH_MODULE_SCHEMA.extend({}, extra=vol.PREVENT_EXTRA) diff --git a/homeassistant/components/otp/manifest.json b/homeassistant/components/otp/manifest.json index 7916e3cb4b7..c16908d0cc3 100644 --- a/homeassistant/components/otp/manifest.json +++ b/homeassistant/components/otp/manifest.json @@ -2,7 +2,7 @@ "domain": "otp", "name": "One-Time Password (OTP)", "documentation": "https://www.home-assistant.io/integrations/otp", - "requirements": ["pyotp==2.7.0"], + "requirements": ["pyotp==2.8.0"], "codeowners": [], "quality_scale": "internal", "iot_class": "local_polling", diff --git a/requirements_all.txt b/requirements_all.txt index 9a5890cbf0f..fce121b3c19 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1817,7 +1817,7 @@ pyotgw==2.1.3 # homeassistant.auth.mfa_modules.notify # homeassistant.auth.mfa_modules.totp # homeassistant.components.otp -pyotp==2.7.0 +pyotp==2.8.0 # homeassistant.components.overkiz pyoverkiz==1.7.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index db02c66dda1..9583fc20e51 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1294,7 +1294,7 @@ pyotgw==2.1.3 # homeassistant.auth.mfa_modules.notify # homeassistant.auth.mfa_modules.totp # homeassistant.components.otp -pyotp==2.7.0 +pyotp==2.8.0 # homeassistant.components.overkiz pyoverkiz==1.7.2