PowerDNS-Admin / pda-next

A PowerDNS web interface with advanced features.
MIT License
34 stars 3 forks source link

Bump django-allauth-2fa from 0.10.0 to 0.11.1 #86

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps django-allauth-2fa from 0.10.0 to 0.11.1.

Release notes

Sourced from django-allauth-2fa's releases.

v0.11.1

Fixes a packaging issue (#176).

See https://github.com/valohai/django-allauth-2fa/releases/tag/v0.11.0 otherwise.

v0.11.0

What's Changed

New Contributors

Full Changelog: https://github.com/valohai/django-allauth-2fa/compare/v0.10.0...v0.11.0

Changelog

Sourced from django-allauth-2fa's changelog.

0.11.1 - July 13, 2023

Patch release to address a packaging issue where templates weren't included (#176, #177).

0.11.0 - July 4, 2023

We didn't wait one year from the last release for this on purpose, I swear!

Minimum dependency versions

  • The minimum version of Python for this release is 3.7.
  • The minimum version of Django for this release is 3.2.
  • The minimum version of django-otp for this release is 1.1.x.
  • The minimum version of django-allauth for this release is 0.53.0.

Possibly breaking changes

  • The token field in forms is now otp_token; if you have subclassed forms, or are using custom templates, this may require adjustment.

New features

  • Allow customizing view success URLs via app_settings
  • Show secret on setup page to allow for non-QR-code devices
  • You can customize the QR code generation arguments in TwoFactorSetup (#156)
  • 2FA can be disabled using backup tokens (#155)
  • You can now override the forms used by the views using settings, like allauth does (#161)

Infrastructure

  • The package now has (partial) type annotations.
Commits
  • d6222be Become 0.11.1
  • 7214ebd Add wheel target configuration to hatch build process to include templates (#...
  • 0fd7da9 Become 0.11.0
  • 94d0e55 Become 0.11.0rc0 (#166)
  • 9f5ad1f Enable force-single-line for [tool.ruff.isort] and run on all files. (#165)
  • af9d857 Update pre-commit bits & Ruff config (#164)
  • a7b6012 Add support for overriding forms (#161)
  • a65308c Merge pull request #159 from valohai/d42
  • ae7adff Refresh compatibility table
  • b5f014b Test on Django 4.2 too
  • Additional commits viewable in compare view


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)
dependabot[bot] commented 8 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.