From 6caa81427ef0ab5b01a2f92cc0e4ceaa1a1650ec Mon Sep 17 00:00:00 2001 From: Tine Wittler <no-reply@edugit.org> Date: Fri, 14 Aug 2020 21:24:33 +0000 Subject: [PATCH] Update dependency django-otp to v1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c007034e..7675e31a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ django-celery-beat = {version="^2.0.0", optional=true} django-celery-email = {version="^3.0.0", optional=true} django-jsonstore = "^0.4.1" django-polymorphic = "^2.1.2" -django-otp = "0.9.4" +django-otp = "1.0.0" django-colorfield = "^0.3.0" django-bleach = "^0.6.1" django-guardian = "^2.2.0" -- GitLab