From 810bdff5d9c8344e87d61dda71dda16fe40567d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Apr 2025 18:09:52 +0200 Subject: [PATCH] Update django-otp requirement from ==1.5.* to ==1.6.* (#4996) Updates the requirements on [django-otp](https://github.com/django-otp/django-otp) to permit the latest version. - [Changelog](https://github.com/django-otp/django-otp/blob/master/CHANGES.rst) - [Commits](https://github.com/django-otp/django-otp/compare/v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: django-otp dependency-version: 1.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] 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 c6f887823..f47d93014 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "django-localflavor==4.0", "django-markup", "django-oauth-toolkit==2.3.*", - "django-otp==1.5.*", + "django-otp==1.6.*", "django-phonenumber-field==7.3.*", "django-redis==5.4.*", "django-scopes==2.0.*",