From 9494c99ed9a83d3d387a31ba4d6186ef69b9a318 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 09:32:05 +0000 Subject: [PATCH] Bump django-otp from 1.6.3 to 1.7.0 Bumps [django-otp](https://github.com/django-otp/django-otp) from 1.6.3 to 1.7.0. - [Changelog](https://github.com/django-otp/django-otp/blob/master/CHANGES.rst) - [Commits](https://github.com/django-otp/django-otp/compare/v1.6.3...v1.7.0) --- updated-dependencies: - dependency-name: django-otp dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a99ade8d3..989847e53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "django-leaflet==0.33.0", "django-jsonview==2.0.0", "django-oauth-toolkit==3.1.0", - "django-otp==1.6.3", + "django-otp==1.7.0", "django-prometheus==2.4.1", "django-reversion==6.1.0", "django_stubs_ext==5.2.8",