Bump pyotp to v2.9.0 (#151721)

This commit is contained in:
Manu
2025-09-05 00:09:23 +02:00
committed by GitHub
parent 89cd55c878
commit b875af9667
5 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ from . import (
SetupFlow,
)
REQUIREMENTS = ["pyotp==2.8.0"]
REQUIREMENTS = ["pyotp==2.9.0"]
CONF_MESSAGE = "message"