From 9892d4b6488d612b4de33df28d0ec05e7be25d7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 11:37:39 +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 66da5996a..776a423d5 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.9",