Skip to content

Commit

Permalink
Bump pyotp to 2.3.0 (#26849)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored and pvizeli committed Sep 23, 2019
1 parent 61634d0 commit 8a9e47d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion homeassistant/auth/mfa_modules/notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
SetupFlow,
)

REQUIREMENTS = ["pyotp==2.2.7"]
REQUIREMENTS = ["pyotp==2.3.0"]

CONF_MESSAGE = "message"

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/auth/mfa_modules/totp.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
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)

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/otp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Otp",
"documentation": "https://www.home-assistant.io/components/otp",
"requirements": [
"pyotp==2.2.7"
"pyotp==2.3.0"
],
"dependencies": [],
"codeowners": []
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,7 @@ pyotgw==0.4b4
# homeassistant.auth.mfa_modules.notify
# homeassistant.auth.mfa_modules.totp
# homeassistant.components.otp
pyotp==2.2.7
pyotp==2.3.0

# homeassistant.components.owlet
pyowlet==1.0.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ pyopenuv==1.0.9
# homeassistant.auth.mfa_modules.notify
# homeassistant.auth.mfa_modules.totp
# homeassistant.components.otp
pyotp==2.2.7
pyotp==2.3.0

# homeassistant.components.ps4
pyps4-homeassistant==0.8.7
Expand Down

0 comments on commit 8a9e47d

Please sign in to comment.