Skip to content

Commit

Permalink
fix: bump django-otp from 1.0.2 to 1.5.4 (#22)
Browse files Browse the repository at this point in the history
## Summary by Sourcery

Bump django-otp from version 1.0.2 to 1.5.4, introducing several
enhancements and bug fixes. Key improvements include support for the
segno library for QR codes, a new signal for OTP verification failures,
and enhanced admin search capabilities. Additionally, a bug fix
addresses issues with proxy models in device model iteration.

Bug Fixes:
- Fix issues related to proxy models by discarding them when iterating
device models.

Enhancements:
- Add support for the segno library for generating QR codes, providing
an alternative to the previously supported qrcode library.
- Introduce a new signal for OTP verification failures, allowing better
handling of such events.
- Enhance admin search functionality by allowing searches using username
and email.
  • Loading branch information
CrzyHAX91 authored Dec 13, 2024
2 parents ff529e5 + 1ee67c1 commit c2ea90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dropship_project/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ django-oauth-toolkit==3.0.1
django-allauth==65.3.0
django-axes==7.0.1
django-recaptcha==2.0.6
django-otp==1.0.2
django-otp==1.5.4
django-two-factor-auth==1.17.0
django-sendgrid-v5==1.2.4
django-crispy-forms==2.3

0 comments on commit c2ea90f

Please sign in to comment.