From 20dda94a2ffd8e88dd6e0ddbeca06445e8af67d1 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 27 Mar 2024 10:45:12 +0100 Subject: [PATCH] bump version --- requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.in b/requirements.in index 03e2bb098a..169003be06 100644 --- a/requirements.in +++ b/requirements.in @@ -27,7 +27,7 @@ django-sql-utils # Advanced query annotation / aggregatio django-sslserver # Secure HTTP development server django-stdimage # Advanced ImageField management django-taggit # Tagging support -django-otp==1.2.4 # Two-factor authentication (legacy to ensure migrations) https://github.com/inventree/InvenTree/pull/6293 +django-otp==1.3.0 # Two-factor authentication (legacy to ensure migrations) https://github.com/inventree/InvenTree/pull/6293 django-user-sessions # user sessions in DB django-weasyprint # django weasyprint integration djangorestframework # DRF framework