svthalia / concrexit

Thalia Website built on Django.
https://thalia.nu
Other
22 stars 11 forks source link

Bump django-otp from 1.3.0 to 1.5.0 #3698

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps django-otp from 1.3.0 to 1.5.0.

Changelog

Sourced from django-otp's changelog.

v1.5.0 - April 16, 2024 - Support segno for QR codes

  • [#141](https://github.com/django-otp/django-otp/issues/141): Support alternative QR code library segno.

    Previously, only the qrcode_ library was supported.

    Use segno by installing django-otp[segno] or just install the segno package.

.. _#141: django-otp/django-otp#141 .. _segno: https://pypi.python.org/pypi/segno/

v1.4.1 - April 10, 2024 - Minor EmailDevice updates

  • [#140](https://github.com/django-otp/django-otp/issues/140)_: Support customization of email delivery.

    See the :class:~django_otp.plugins.otp_email.models.EmailDevice documentation for API details.

  • Support translation of the "sent by email" message.

.. _#140: django-otp/django-otp#140

v1.4.0 - April 09, 2024 - Add TimestampMixin

  • [#137](https://github.com/django-otp/django-otp/issues/137)_: Add TimestampMixin

    Add a new TimestampMixin with created_at and last_used_at fields for device models.

    All builtin plugins now have these timestamp fields and require migrating.

  • Some documentation cleanup.

.. _#137: django-otp/django-otp#137

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)