Bump pyotp to 2.3.0 (#26849)

This commit is contained in:
Franck Nijhof 2019-09-23 15:43:48 +02:00 committed by Pascal Vizeli
parent 61634d0a64
commit 8a9e47d3c7
5 changed files with 5 additions and 5 deletions

View file

@ -22,7 +22,7 @@ from . import (
SetupFlow,
)
REQUIREMENTS = ["pyotp==2.2.7"]
REQUIREMENTS = ["pyotp==2.3.0"]
CONF_MESSAGE = "message"