Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bump django-otp from 1.0.2 to 1.5.4 #22

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2024

Bumps django-otp from 1.0.2 to 1.5.4.

Changelog

Sourced from django-otp's changelog.

v1.5.4 - September 06, 2024 - Ignore proxy models when enumerating device classes

  • [#161](https://github.com/django-otp/django-otp/issues/161)_: Discard proxied models when iterating device models

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

v1.5.3 - September 04, 2024 - Small admin template fix

  • [#158](https://github.com/django-otp/django-otp/issues/158)_: Remove JS focus() in admin login template

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

v1.5.2 - August 18, 2024 - otp_verification_failed signal

  • [#150](https://github.com/django-otp/django-otp/issues/150)_: Add signal when OTP verification fails

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

v1.5.1 - July 23, 2024 - Admin search fields

  • [#147](https://github.com/django-otp/django-otp/issues/147)_: Add search ability in admin using username and email

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

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.

... (truncated)

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 <dependency name> 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)

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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 13, 2024
Copy link

sourcery-ai bot commented Dec 13, 2024

Reviewer's Guide by Sourcery

This PR updates the django-otp dependency from version 1.0.2 to 1.5.4. The update includes several new features and improvements such as proxy model handling, admin interface enhancements, new signal support for failed OTP verifications, and QR code library support.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Version upgrade of django-otp package
  • Upgrade from version 1.0.2 to 1.5.4
  • Add support for ignoring proxy models when enumerating device classes
  • Remove JavaScript focus() in admin login template
  • Add new signal for OTP verification failures
  • Add admin search capability using username and email
  • Add support for alternative QR code library 'segno'
  • Improve email device customization
dropship_project/requirements.txt

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. Here's why:

  • It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
  • We don't review packaging changes - Let us know if you'd like us to change this.

@dependabot dependabot bot force-pushed the dependabot/pip/django-otp-1.5.4 branch 3 times, most recently from 571a356 to b3648df Compare December 13, 2024 17:32
Bumps [django-otp](https://github.com/django-otp/django-otp) from 1.0.2 to 1.5.4.
- [Changelog](https://github.com/django-otp/django-otp/blob/master/CHANGES.rst)
- [Commits](django-otp/django-otp@v1.0.2...v1.5.4)

---
updated-dependencies:
- dependency-name: django-otp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/django-otp-1.5.4 branch from b3648df to 1ee67c1 Compare December 13, 2024 17:33
@CrzyHAX91 CrzyHAX91 merged commit c2ea90f into master Dec 13, 2024
3 of 5 checks passed
@CrzyHAX91 CrzyHAX91 deleted the dependabot/pip/django-otp-1.5.4 branch December 13, 2024 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant