From 8570f53ed09add8d532bfe686ece22d13a9ff571 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 20:08:56 +0200 Subject: [PATCH] Update django-otp requirement from ==1.1.* to ==1.2.* (#3338) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 522d0f3181..c7fcc1420f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "django-markup", "django-mysql", "django-oauth-toolkit==2.2.*", - "django-otp==1.1.*", + "django-otp==1.2.*", "django-phonenumber-field==7.1.*", "django-redis==5.2.*", "django-scopes==2.0.*",