From cf138c72662bccff602a84641658bd4fadf2564a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 15 Sep 2022 11:53:16 +0200 Subject: [PATCH] Update pyotp to 2.7.0 (#78500) --- homeassistant/auth/mfa_modules/notify.py | 2 +- homeassistant/auth/mfa_modules/totp.py | 2 +- homeassistant/components/otp/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/homeassistant/auth/mfa_modules/notify.py b/homeassistant/auth/mfa_modules/notify.py index 1de6c38aecf..0a65c42b520 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.6.0"] +REQUIREMENTS = ["pyotp==2.7.0"] CONF_MESSAGE = "message" diff --git a/homeassistant/auth/mfa_modules/totp.py b/homeassistant/auth/mfa_modules/totp.py index 397a7fcd386..7db4919ba6f 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.6.0", "PyQRCode==1.2.1"] +REQUIREMENTS = ["pyotp==2.7.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 0c16e660aa9..7916e3cb4b7 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.6.0"], + "requirements": ["pyotp==2.7.0"], "codeowners": [], "quality_scale": "internal", "iot_class": "local_polling", diff --git a/requirements_all.txt b/requirements_all.txt index 3f66b3517a6..a3ad7b5931f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1772,7 +1772,7 @@ pyotgw==2.0.3 # homeassistant.auth.mfa_modules.notify # homeassistant.auth.mfa_modules.totp # homeassistant.components.otp -pyotp==2.6.0 +pyotp==2.7.0 # homeassistant.components.overkiz pyoverkiz==1.5.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 091926106f0..5da458075ef 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1243,7 +1243,7 @@ pyotgw==2.0.3 # homeassistant.auth.mfa_modules.notify # homeassistant.auth.mfa_modules.totp # homeassistant.components.otp -pyotp==2.6.0 +pyotp==2.7.0 # homeassistant.components.overkiz pyoverkiz==1.5.0