Update pyotp to 2.7.0 (#78500)

This commit is contained in:
Franck Nijhof
2022-09-15 11:53:16 +02:00
committed by GitHub
parent b4afb1cb6b
commit cf138c7266
5 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ from . import (
SetupFlow,
)
REQUIREMENTS = ["pyotp==2.6.0"]
REQUIREMENTS = ["pyotp==2.7.0"]
CONF_MESSAGE = "message"