From dabfb5bd903f10b999bfea1d9649c62091d0064a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 09:23:35 +0000 Subject: [PATCH] Bump django-otp from 1.7.0 to 1.7.3 Bumps [django-otp](https://github.com/django-otp/django-otp) from 1.7.0 to 1.7.3. - [Changelog](https://github.com/django-otp/django-otp/blob/master/CHANGES.rst) - [Commits](https://github.com/django-otp/django-otp/compare/v1.7.0...v1.7.3) --- updated-dependencies: - dependency-name: django-otp dependency-version: 1.7.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d30d711eb..ede03498d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "django-filter==25.2", "django-leaflet==0.33.0", "django-jsonview==2.0.0", - "django-otp==1.7.0", + "django-otp==1.7.3", "django-oauth-toolkit==3.2.0", "django-prometheus==2.4.1", "django-reversion==6.1.0",